Html Css Color HEX #5720BE Purple Heart

📋 copy color: '#5720BE'

red 87 ◦ green 32 ◦ blue 190

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

Shades of Purple Heart #5720BE

Tints of Purple Heart #5720BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.49%

R = 28.16%
G = 10.36%
B = 61.49%

CMYK

 C value IS 0.54

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5720BE (or 0x5720BE) is known color: Purple Heart. HEX triplet: 57, 20 and BE. RGB value is (87,32,190). Sum of RGB (Red+Green+Blue) = 87+32+190=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 190 (74.61% from 255 or 61.49% from 309); Max value from RGB is 190 - color contains mainly: blue. Hex color #5720BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5720BE is #A8DF41. Grayscale: #414141. Windows color (decimal): -11067202 or 12460119. OLE color: 12460119.

HSL color Cylindrical-coordinate representation of color #5720BE: hue angle of 260.89º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5720BE is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 32 190 -
CMYK 0.54 0.83 0 0.25
HSL 260.89º 0.71% 0.44% -
HSV(B) 260.89º 0.83% 0.75% -
XYZ 13.74 6.78 49.3 -
YUV 66.46 197.72 142.65 -
System Red Green Blue C M Y K H S L
Decimal 87 32 190 0.54 0.83 0 0.25 260.89 0.71 0.44
Hex 57 20 BE 36 53 0 19 105 47 2C
Octal 127 40 276 66 123 0 31 405 107 54
Binary 1010111 100000 10111110 110110 1010011 0 11001 100000101 1000111 101100

Color Harmonies of #5720BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5720BE

Black with #5720BE

Text Example


Text Example

White with #5720BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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