Html Css Color HEX #391ECC Purple Heart

📋 copy color: '#391ECC'

red 57 ◦ green 30 ◦ blue 204

#391ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #391ECC

Tints of Purple Heart #391ECC

RGB

 RED value IS 57 (22.66% from 255) = 19.59%

 GREEN value IS 30 (12.11% from 255) = 10.31%

 BLUE value IS 204 (80.08% from 255) = 70.1%

R = 19.59%
G = 10.31%
B = 70.1%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#391ECC (or 0x391ECC) is known color: Purple Heart. HEX triplet: 39, 1E and CC. RGB value is (57,30,204). Sum of RGB (Red+Green+Blue) = 57+30+204=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 204 (80.08% from 255 or 70.10% from 291); Max value from RGB is 204 - color contains mainly: blue. Hex color #391ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391ECC is #C6E133. Grayscale: #393939. Windows color (decimal): -13033780 or 13377081. OLE color: 13377081.

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

Color convert

RGB 57 30 204 -
CMYK 0.72 0.85 0 0.2
HSL 249.31º 0.74% 0.46% -
HSV(B) 249.31º 0.85% 0.8% -
XYZ 13.05 6.16 57.63 -
YUV 57.91 210.45 127.35 -
System Red Green Blue C M Y K H S L
Decimal 57 30 204 0.72 0.85 0 0.2 249.31 0.74 0.46
Hex 39 1E CC 48 55 0 14 F9 4A 2E
Octal 71 36 314 110 125 0 24 371 112 56
Binary 111001 11110 11001100 1001000 1010101 0 10100 11111001 1001010 101110

Color Harmonies of #391ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391ECC

Black with #391ECC

Text Example


Text Example

White with #391ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #391ECC;
 }
 .AnyTagClassName
 {
   color: #391ECC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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