#3714c8

Color #3714C8 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #3714C8

Tints of Purple Heart #3714C8

Color information

#3714C8 (or 0x3714C8) is unknown color: approx Purple Heart. HEX triplet: 37, 14 and C8. RGB value is (55,20,200). Sum of RGB (Red+Green+Blue) = 55+20+200=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 200 (78.52% from 255 or 72.73% from 275); Max value from RGB is 200 - color contains mainly: blue. Hex color #3714C8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3714C8 is #C8EB37. Grayscale: #323232. Windows color (decimal): -13167416 or 13112375. OLE color: 13112375.

HSL color Cylindrical-coordinate representation of color #3714C8: hue angle of 251.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3714C8 is Cyan = 0.72, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5520200-
CMYK0.720.900.22
HSL251.67º81.82%43.14%-
HSV(B)251.67º90%78.43%-
XYZ12.255.4855.06-
YUV50.98212.1130.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 20%
GREEN value IS 20 (8.20% from 255) = 7.27%
BLUE value IS 200 (78.52% from 255) = 72.73%
R=20%
G=7.27%
B=72.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal55202000.720.900.22251.6781.8243.14
Hex3714C8485A016fc522b
Octal672431011013202637412253
Binary110111101001100100010010001011010010110111111001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3714c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3714c8; }

 p { color: rgb(55,20,200); }

 H1.HeaderClassName
 {
   color: #3714c8;
 }
 .AnyTagClassName
 {
   color: #3714c8;
 }
</style>
background-color css

<style>
 a { background-color: #3714c8; }

 a { background-color: rgb(55,20,200); }

 div.DivClassName
 {
   background-color: #3714c8;
 }
 .BgClassName
 {
   background-color: #3714c8;
 }
</style>
border-color css

<style>
 span { border-color: #3714c8; }

 span { border-color: rgb(55,20,200); }

 td.TdClassName
 {
   border-color: #3714c8;
 }
 .TagClassName
 {
   border-color: #3714c8;
 }
</style>