Html Css Color HEX #5720CC Purple Heart

📋 copy color: '#5720CC'

red 87 ◦ green 32 ◦ blue 204

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

Shades of Purple Heart #5720CC

Tints of Purple Heart #5720CC

RGB

 RED value IS 87 (34.38% from 255) = 26.93%

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

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

R = 26.93%
G = 9.91%
B = 63.16%

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

#5720CC (or 0x5720CC) is known color: Purple Heart. HEX triplet: 57, 20 and CC. RGB value is (87,32,204). Sum of RGB (Red+Green+Blue) = 87+32+204=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #5720CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5720CC is #A8DF33. Grayscale: #434343. Windows color (decimal): -11067188 or 13377623. OLE color: 13377623.

HSL color Cylindrical-coordinate representation of color #5720CC: hue angle of 259.19º 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 #5720CC is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 87 32 204 -
CMYK 0.57 0.84 0 0.2
HSL 259.19º 0.73% 0.46% -
HSV(B) 259.19º 0.84% 0.8% -
XYZ 15.35 7.42 57.75 -
YUV 68.05 204.72 141.51 -
System Red Green Blue C M Y K H S L
Decimal 87 32 204 0.57 0.84 0 0.2 259.19 0.73 0.46
Hex 57 20 CC 39 54 0 14 103 49 2E
Octal 127 40 314 71 124 0 24 403 111 56
Binary 1010111 100000 11001100 111001 1010100 0 10100 100000011 1001001 101110

Color Harmonies of #5720CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5720CC

Black with #5720CC

Text Example


Text Example

White with #5720CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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