Html Css Color HEX #5820CF Purple Heart

📋 copy color: '#5820CF'

red 88 ◦ green 32 ◦ blue 207

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

Shades of Purple Heart #5820CF

Tints of Purple Heart #5820CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 63.3%

R = 26.91%
G = 9.79%
B = 63.3%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5820CF (or 0x5820CF) is known color: Purple Heart. HEX triplet: 58, 20 and CF. RGB value is (88,32,207). Sum of RGB (Red+Green+Blue) = 88+32+207=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 207 (81.25% from 255 or 63.30% from 327); Max value from RGB is 207 - color contains mainly: blue. Hex color #5820CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5820CF is #A7DF30. Grayscale: #444444. Windows color (decimal): -11001649 or 13574232. OLE color: 13574232.

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

Color convert

RGB 88 32 207 -
CMYK 0.57 0.85 0 0.19
HSL 259.2º 0.73% 0.47% -
HSV(B) 259.2º 0.85% 0.81% -
XYZ 15.8 7.61 59.67 -
YUV 68.69 206.05 141.77 -
System Red Green Blue C M Y K H S L
Decimal 88 32 207 0.57 0.85 0 0.19 259.2 0.73 0.47
Hex 58 20 CF 39 55 0 13 103 49 2F
Octal 130 40 317 71 125 0 23 403 111 57
Binary 1011000 100000 11001111 111001 1010101 0 10011 100000011 1001001 101111

Color Harmonies of #5820CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5820CF

Black with #5820CF

Text Example


Text Example

White with #5820CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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