Html Css Color HEX #5820CC Purple Heart

📋 copy color: '#5820CC'

red 88 ◦ green 32 ◦ blue 204

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

Shades of Purple Heart #5820CC

Tints of Purple Heart #5820CC

RGB

 RED value IS 88 (34.77% from 255) = 27.16%

 GREEN value IS 32 (12.89% from 255) = 9.88%

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

R = 27.16%
G = 9.88%
B = 62.96%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5820CC (or 0x5820CC) is known color: Purple Heart. HEX triplet: 58, 20 and CC. RGB value is (88,32,204). Sum of RGB (Red+Green+Blue) = 88+32+204=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #5820CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5820CC is #A7DF33. Grayscale: #434343. Windows color (decimal): -11001652 or 13377624. OLE color: 13377624.

HSL color Cylindrical-coordinate representation of color #5820CC: hue angle of 259.53º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5820CC is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 32 204 -
CMYK 0.57 0.84 0 0.2
HSL 259.53º 0.73% 0.46% -
HSV(B) 259.53º 0.84% 0.8% -
XYZ 15.44 7.47 57.75 -
YUV 68.35 204.55 142.01 -
System Red Green Blue C M Y K H S L
Decimal 88 32 204 0.57 0.84 0 0.2 259.53 0.73 0.46
Hex 58 20 CC 39 54 0 14 104 49 2E
Octal 130 40 314 71 124 0 24 404 111 56
Binary 1011000 100000 11001100 111001 1010100 0 10100 100000100 1001001 101110

Color Harmonies of #5820CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5820CC

Black with #5820CC

Text Example


Text Example

White with #5820CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,32,204); }

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

background-color css

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

 a { background-color: rgb(88,32,204); }

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

border-color css

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

 span { border-color: rgb(88,32,204); }

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