Html Css Color HEX #391CCC Purple Heart

📋 copy color: '#391CCC'

red 57 ◦ green 28 ◦ blue 204

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

Shades of Purple Heart #391CCC

Tints of Purple Heart #391CCC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.69%

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

R = 19.72%
G = 9.69%
B = 70.59%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#391CCC (or 0x391CCC) is known color: Purple Heart. HEX triplet: 39, 1C and CC. RGB value is (57,28,204). Sum of RGB (Red+Green+Blue) = 57+28+204=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 204 (80.08% from 255 or 70.59% from 289); Max value from RGB is 204 - color contains mainly: blue. Hex color #391CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391CCC is #C6E333. Grayscale: #383838. Windows color (decimal): -13034292 or 13376569. OLE color: 13376569.

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

Color convert

RGB 57 28 204 -
CMYK 0.72 0.86 0 0.2
HSL 249.89º 0.76% 0.45% -
HSV(B) 249.89º 0.86% 0.8% -
XYZ 13 6.06 57.61 -
YUV 56.74 211.11 128.19 -
System Red Green Blue C M Y K H S L
Decimal 57 28 204 0.72 0.86 0 0.2 249.89 0.76 0.45
Hex 39 1C CC 48 56 0 14 FA 4C 2D
Octal 71 34 314 110 126 0 24 372 114 55
Binary 111001 11100 11001100 1001000 1010110 0 10100 11111010 1001100 101101

Color Harmonies of #391CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391CCC

Black with #391CCC

Text Example


Text Example

White with #391CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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