Html Css Color HEX #5939CC Purple Heart

📋 copy color: '#5939CC'

red 89 ◦ green 57 ◦ blue 204

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

Shades of Purple Heart #5939CC

Tints of Purple Heart #5939CC

RGB

 RED value IS 89 (35.16% from 255) = 25.43%

 GREEN value IS 57 (22.66% from 255) = 16.29%

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

R = 25.43%
G = 16.29%
B = 58.29%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5939CC (or 0x5939CC) is known color: Purple Heart. HEX triplet: 59, 39 and CC. RGB value is (89,57,204). Sum of RGB (Red+Green+Blue) = 89+57+204=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #5939CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5939CC is #A6C633. Grayscale: #525252. Windows color (decimal): -10929716 or 13384025. OLE color: 13384025.

HSL color Cylindrical-coordinate representation of color #5939CC: hue angle of 253.06º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5939CC is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 57 204 -
CMYK 0.56 0.72 0 0.2
HSL 253.06º 0.59% 0.51% -
HSV(B) 253.06º 0.72% 0.8% -
XYZ 16.48 9.41 58.07 -
YUV 83.33 196.1 132.05 -
System Red Green Blue C M Y K H S L
Decimal 89 57 204 0.56 0.72 0 0.2 253.06 0.59 0.51
Hex 59 39 CC 38 48 0 14 FD 3B 33
Octal 131 71 314 70 110 0 24 375 73 63
Binary 1011001 111001 11001100 111000 1001000 0 10100 11111101 111011 110011

Color Harmonies of #5939CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5939CC

Black with #5939CC

Text Example


Text Example

White with #5939CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5939CC; }

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

 H1.HeaderClassName
 {
   color: #5939CC;
 }
 .AnyTagClassName
 {
   color: #5939CC;
 }
</style>

background-color css

<style>
 a { background-color: #5939CC; }

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

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

border-color css

<style>
 span { border-color: #5939CC; }

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

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