Html Css Color HEX #5D20CE Purple Heart

📋 copy color: '#5D20CE'

red 93 ◦ green 32 ◦ blue 206

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

Shades of Purple Heart #5D20CE

Tints of Purple Heart #5D20CE

RGB

 RED value IS 93 (36.72% from 255) = 28.1%

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

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

R = 28.1%
G = 9.67%
B = 62.24%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D20CE (or 0x5D20CE) is known color: Purple Heart. HEX triplet: 5D, 20 and CE. RGB value is (93,32,206). Sum of RGB (Red+Green+Blue) = 93+32+206=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D20CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D20CE is #A2DF31. Grayscale: #454545. Windows color (decimal): -10673970 or 13508701. OLE color: 13508701.

HSL color Cylindrical-coordinate representation of color #5D20CE: hue angle of 261.03º 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 #5D20CE is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 32 206 -
CMYK 0.55 0.84 0 0.19
HSL 261.03º 0.73% 0.47% -
HSV(B) 261.03º 0.84% 0.81% -
XYZ 16.17 7.82 59.05 -
YUV 70.08 204.71 144.35 -
System Red Green Blue C M Y K H S L
Decimal 93 32 206 0.55 0.84 0 0.19 261.03 0.73 0.47
Hex 5D 20 CE 37 54 0 13 105 49 2F
Octal 135 40 316 67 124 0 23 405 111 57
Binary 1011101 100000 11001110 110111 1010100 0 10011 100000101 1001001 101111

Color Harmonies of #5D20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D20CE

Black with #5D20CE

Text Example


Text Example

White with #5D20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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