Html Css Color HEX #5B20CE Purple Heart

📋 copy color: '#5B20CE'

red 91 ◦ green 32 ◦ blue 206

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

Shades of Purple Heart #5B20CE

Tints of Purple Heart #5B20CE

RGB

 RED value IS 91 (35.94% from 255) = 27.66%

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

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

R = 27.66%
G = 9.73%
B = 62.61%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5B20CE (or 0x5B20CE) is known color: Purple Heart. HEX triplet: 5B, 20 and CE. RGB value is (91,32,206). Sum of RGB (Red+Green+Blue) = 91+32+206=329 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.66% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B20CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B20CE is #A4DF31. Grayscale: #444444. Windows color (decimal): -10805042 or 13508699. OLE color: 13508699.

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

Color convert

RGB 91 32 206 -
CMYK 0.56 0.84 0 0.19
HSL 260.34º 0.73% 0.47% -
HSV(B) 260.34º 0.84% 0.81% -
XYZ 15.97 7.71 59.04 -
YUV 69.48 205.05 143.35 -
System Red Green Blue C M Y K H S L
Decimal 91 32 206 0.56 0.84 0 0.19 260.34 0.73 0.47
Hex 5B 20 CE 38 54 0 13 104 49 2F
Octal 133 40 316 70 124 0 23 404 111 57
Binary 1011011 100000 11001110 111000 1010100 0 10011 100000100 1001001 101111

Color Harmonies of #5B20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B20CE

Black with #5B20CE

Text Example


Text Example

White with #5B20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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