Html Css Color HEX #5932CC Purple Heart

📋 copy color: '#5932CC'

red 89 ◦ green 50 ◦ blue 204

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

Shades of Purple Heart #5932CC

Tints of Purple Heart #5932CC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.58%

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

R = 25.95%
G = 14.58%
B = 59.48%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5932CC (or 0x5932CC) is known color: Purple Heart. HEX triplet: 59, 32 and CC. RGB value is (89,50,204). Sum of RGB (Red+Green+Blue) = 89+50+204=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #5932CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5932CC is #A6CD33. Grayscale: #4E4E4E. Windows color (decimal): -10931508 or 13382233. OLE color: 13382233.

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

Color convert

RGB 89 50 204 -
CMYK 0.56 0.75 0 0.2
HSL 255.19º 0.61% 0.5% -
HSV(B) 255.19º 0.75% 0.8% -
XYZ 16.16 8.76 57.97 -
YUV 79.22 198.42 134.98 -
System Red Green Blue C M Y K H S L
Decimal 89 50 204 0.56 0.75 0 0.2 255.19 0.61 0.5
Hex 59 32 CC 38 4B 0 14 FF 3D 32
Octal 131 62 314 70 113 0 24 377 75 62
Binary 1011001 110010 11001100 111000 1001011 0 10100 11111111 111101 110010

Color Harmonies of #5932CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5932CC

Black with #5932CC

Text Example


Text Example

White with #5932CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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