#391ECA

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

Shades of Purple Heart #391ECA

Tints of Purple Heart #391ECA

Color information

#391ECA (or 0x391ECA) is unknown color: approx Purple Heart. HEX triplet: 39, 1E and CA. RGB value is (57,30,202). Sum of RGB (Red+Green+Blue) = 57+30+202=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 202 (79.30% from 255 or 69.90% from 289); Max value from RGB is 202 - color contains mainly: blue. Hex color #391ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391ECA is #C6E135. Grayscale: #393939. Windows color (decimal): -13033782 or 13246009. OLE color: 13246009.

HSL color Cylindrical-coordinate representation of color #391ECA: hue angle of 249.42º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #391ECA is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5730202-
CMYK0.720.8500.21
HSL249.42º74.14%45.49%-
HSV(B)249.42º85.15%79.22%-
XYZ12.816.0656.37-
YUV57.68209.45127.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.72%
GREEN value IS 30 (12.11% from 255) = 10.38%
BLUE value IS 202 (79.30% from 255) = 69.90%
R=19.72%
G=10.38%
B=69.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal57302020.720.8500.21249.4274.1445.49
Hex391ECA4855015f94a2d
Octal713631211012502537111255
Binary111001111101100101010010001010101010101111110011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391ECA; }

 p { color: rgb(57,30,202); }

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

<style>
 a { background-color: #391ECA; }

 a { background-color: rgb(57,30,202); }

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

<style>
 span { border-color: #391ECA; }

 span { border-color: rgb(57,30,202); }

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