Html Css Color HEX #5A32DB Purple Heart

📋 copy color: '#5A32DB'

red 90 ◦ green 50 ◦ blue 219

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

Shades of Purple Heart #5A32DB

Tints of Purple Heart #5A32DB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.93%

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

R = 25.07%
G = 13.93%
B = 61%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5A32DB (or 0x5A32DB) is known color: Purple Heart. HEX triplet: 5A, 32 and DB. RGB value is (90,50,219). Sum of RGB (Red+Green+Blue) = 90+50+219=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A32DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A32DB is #A5CD24. Grayscale: #505050. Windows color (decimal): -10865957 or 14365274. OLE color: 14365274.

HSL color Cylindrical-coordinate representation of color #5A32DB: hue angle of 254.2º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A32DB is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 50 219 -
CMYK 0.59 0.77 0 0.14
HSL 254.2º 0.7% 0.53% -
HSV(B) 254.2º 0.77% 0.86% -
XYZ 18.14 9.57 67.91 -
YUV 81.23 205.75 134.26 -
System Red Green Blue C M Y K H S L
Decimal 90 50 219 0.59 0.77 0 0.14 254.2 0.7 0.53
Hex 5A 32 DB 3B 4D 0 E FE 46 35
Octal 132 62 333 73 115 0 16 376 106 65
Binary 1011010 110010 11011011 111011 1001101 0 1110 11111110 1000110 110101

Color Harmonies of #5A32DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A32DB

Black with #5A32DB

Text Example


Text Example

White with #5A32DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,50,219); }

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

background-color css

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

 a { background-color: rgb(90,50,219); }

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

border-color css

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

 span { border-color: rgb(90,50,219); }

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