Html Css Color HEX #5A20CE Purple Heart

📋 copy color: '#5A20CE'

red 90 ◦ green 32 ◦ blue 206

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

Shades of Purple Heart #5A20CE

Tints of Purple Heart #5A20CE

RGB

 RED value IS 90 (35.55% from 255) = 27.44%

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

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

R = 27.44%
G = 9.76%
B = 62.8%

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

#5A20CE (or 0x5A20CE) is known color: Purple Heart. HEX triplet: 5A, 20 and CE. RGB value is (90,32,206). Sum of RGB (Red+Green+Blue) = 90+32+206=328 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.44% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A20CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A20CE is #A5DF31. Grayscale: #444444. Windows color (decimal): -10870578 or 13508698. OLE color: 13508698.

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

Color convert

RGB 90 32 206 -
CMYK 0.56 0.84 0 0.19
HSL 260º 0.73% 0.47% -
HSV(B) 260º 0.84% 0.81% -
XYZ 15.87 7.66 59.03 -
YUV 69.18 205.22 142.85 -
System Red Green Blue C M Y K H S L
Decimal 90 32 206 0.56 0.84 0 0.19 260 0.73 0.47
Hex 5A 20 CE 38 54 0 13 104 49 2F
Octal 132 40 316 70 124 0 23 404 111 57
Binary 1011010 100000 11001110 111000 1010100 0 10011 100000100 1001001 101111

Color Harmonies of #5A20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A20CE

Black with #5A20CE

Text Example


Text Example

White with #5A20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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