Html Css Color HEX #5D21DB Purple Heart

📋 copy color: '#5D21DB'

red 93 ◦ green 33 ◦ blue 219

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

Shades of Purple Heart #5D21DB

Tints of Purple Heart #5D21DB

RGB

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

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

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

R = 26.96%
G = 9.57%
B = 63.48%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5D21DB (or 0x5D21DB) is known color: Purple Heart. HEX triplet: 5D, 21 and DB. RGB value is (93,33,219). Sum of RGB (Red+Green+Blue) = 93+33+219=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #5D21DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D21DB is #A2DE24. Grayscale: #474747. Windows color (decimal): -10673701 or 14360925. OLE color: 14360925.

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

Color convert

RGB 93 33 219 -
CMYK 0.58 0.85 0 0.14
HSL 259.35º 0.74% 0.49% -
HSV(B) 259.35º 0.85% 0.86% -
XYZ 17.84 8.53 67.72 -
YUV 72.14 210.88 142.88 -
System Red Green Blue C M Y K H S L
Decimal 93 33 219 0.58 0.85 0 0.14 259.35 0.74 0.49
Hex 5D 21 DB 3A 55 0 E 103 4A 31
Octal 135 41 333 72 125 0 16 403 112 61
Binary 1011101 100001 11011011 111010 1010101 0 1110 100000011 1001010 110001

Color Harmonies of #5D21DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D21DB

Black with #5D21DB

Text Example


Text Example

White with #5D21DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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