Html Css Color HEX #391ECD Purple Heart

📋 copy color: '#391ECD'

red 57 ◦ green 30 ◦ blue 205

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

Shades of Purple Heart #391ECD

Tints of Purple Heart #391ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 70.21%

R = 19.52%
G = 10.27%
B = 70.21%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#391ECD (or 0x391ECD) is known color: Purple Heart. HEX triplet: 39, 1E and CD. RGB value is (57,30,205). Sum of RGB (Red+Green+Blue) = 57+30+205=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 205 (80.47% from 255 or 70.21% from 292); Max value from RGB is 205 - color contains mainly: blue. Hex color #391ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391ECD is #C6E132. Grayscale: #393939. Windows color (decimal): -13033779 or 13442617. OLE color: 13442617.

HSL color Cylindrical-coordinate representation of color #391ECD: hue angle of 249.26º 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 #391ECD is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 30 205 -
CMYK 0.72 0.85 0 0.20
HSL 249.26º 0.74% 0.46% -
HSV(B) 249.26º 0.85% 0.8% -
XYZ 13.17 6.21 58.26 -
YUV 58.02 210.95 127.27 -
System Red Green Blue C M Y K H S L
Decimal 57 30 205 0.72 0.85 0 0.20 249.26 0.74 0.46
Hex 39 1E CD 48 55 0 14 F9 4A 2E
Octal 71 36 315 110 125 0 24 371 112 56
Binary 111001 11110 11001101 1001000 1010101 0 10100 11111001 1001010 101110

Color Harmonies of #391ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391ECD

Black with #391ECD

Text Example


Text Example

White with #391ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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