Html Css Color HEX #5A21DB Purple Heart

📋 copy color: '#5A21DB'

red 90 ◦ green 33 ◦ blue 219

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

Shades of Purple Heart #5A21DB

Tints of Purple Heart #5A21DB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.65%

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

R = 26.32%
G = 9.65%
B = 64.04%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5A21DB (or 0x5A21DB) is known color: Purple Heart. HEX triplet: 5A, 21 and DB. RGB value is (90,33,219). Sum of RGB (Red+Green+Blue) = 90+33+219=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A21DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A21DB is #A5DE24. Grayscale: #464646. Windows color (decimal): -10870309 or 14360922. OLE color: 14360922.

HSL color Cylindrical-coordinate representation of color #5A21DB: hue angle of 258.39º degrees, saturation: 0.74, 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 #5A21DB is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 33 219 -
CMYK 0.59 0.85 0 0.14
HSL 258.39º 0.74% 0.49% -
HSV(B) 258.39º 0.85% 0.86% -
XYZ 17.55 8.38 67.71 -
YUV 71.25 211.38 141.38 -
System Red Green Blue C M Y K H S L
Decimal 90 33 219 0.59 0.85 0 0.14 258.39 0.74 0.49
Hex 5A 21 DB 3B 55 0 E 102 4A 31
Octal 132 41 333 73 125 0 16 402 112 61
Binary 1011010 100001 11011011 111011 1010101 0 1110 100000010 1001010 110001

Color Harmonies of #5A21DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A21DB

Black with #5A21DB

Text Example


Text Example

White with #5A21DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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