Html Css Color HEX #5C20DB Purple Heart

📋 copy color: '#5C20DB'

red 92 ◦ green 32 ◦ blue 219

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

Shades of Purple Heart #5C20DB

Tints of Purple Heart #5C20DB

RGB

 RED value IS 92 (36.33% from 255) = 26.82%

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

 BLUE value IS 219 (85.94% from 255) = 63.85%

R = 26.82%
G = 9.33%
B = 63.85%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5C20DB (or 0x5C20DB) is known color: Purple Heart. HEX triplet: 5C, 20 and DB. RGB value is (92,32,219). Sum of RGB (Red+Green+Blue) = 92+32+219=343 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.82% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #5C20DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C20DB is #A3DF24. Grayscale: #464646. Windows color (decimal): -10739493 or 14360668. OLE color: 14360668.

HSL color Cylindrical-coordinate representation of color #5C20DB: hue angle of 259.25º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C20DB is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 92 32 219 -
CMYK 0.58 0.85 0 0.14
HSL 259.25º 0.75% 0.49% -
HSV(B) 259.25º 0.85% 0.86% -
XYZ 17.72 8.42 67.71 -
YUV 71.26 211.38 142.79 -
System Red Green Blue C M Y K H S L
Decimal 92 32 219 0.58 0.85 0 0.14 259.25 0.75 0.49
Hex 5C 20 DB 3A 55 0 E 103 4B 31
Octal 134 40 333 72 125 0 16 403 113 61
Binary 1011100 100000 11011011 111010 1010101 0 1110 100000011 1001011 110001

Color Harmonies of #5C20DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C20DB

Black with #5C20DB

Text Example


Text Example

White with #5C20DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C20DB; }

 p { color: rgb(92,32,219); }

 H1.HeaderClassName
 {
   color: #5C20DB;
 }
 .AnyTagClassName
 {
   color: #5C20DB;
 }
</style>

background-color css

<style>
 a { background-color: #5C20DB; }

 a { background-color: rgb(92,32,219); }

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

border-color css

<style>
 span { border-color: #5C20DB; }

 span { border-color: rgb(92,32,219); }

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