Html Css Color HEX #5720CE Purple Heart

📋 copy color: '#5720CE'

red 87 ◦ green 32 ◦ blue 206

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

Shades of Purple Heart #5720CE

Tints of Purple Heart #5720CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.38%

R = 26.77%
G = 9.85%
B = 63.38%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5720CE (or 0x5720CE) is known color: Purple Heart. HEX triplet: 57, 20 and CE. RGB value is (87,32,206). Sum of RGB (Red+Green+Blue) = 87+32+206=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #5720CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5720CE is #A8DF31. Grayscale: #434343. Windows color (decimal): -11067186 or 13508695. OLE color: 13508695.

HSL color Cylindrical-coordinate representation of color #5720CE: hue angle of 258.97º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5720CE is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 32 206 -
CMYK 0.58 0.84 0 0.19
HSL 258.97º 0.73% 0.47% -
HSV(B) 258.97º 0.84% 0.81% -
XYZ 15.59 7.52 59.02 -
YUV 68.28 205.72 141.35 -
System Red Green Blue C M Y K H S L
Decimal 87 32 206 0.58 0.84 0 0.19 258.97 0.73 0.47
Hex 57 20 CE 3A 54 0 13 103 49 2F
Octal 127 40 316 72 124 0 23 403 111 57
Binary 1010111 100000 11001110 111010 1010100 0 10011 100000011 1001001 101111

Color Harmonies of #5720CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5720CE

Black with #5720CE

Text Example


Text Example

White with #5720CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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