Html Css Color HEX #5D22DB Purple Heart

📋 copy color: '#5D22DB'

red 93 ◦ green 34 ◦ blue 219

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

Shades of Purple Heart #5D22DB

Tints of Purple Heart #5D22DB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.83%

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

R = 26.88%
G = 9.83%
B = 63.29%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5D22DB (or 0x5D22DB) is known color: Purple Heart. HEX triplet: 5D, 22 and DB. RGB value is (93,34,219). Sum of RGB (Red+Green+Blue) = 93+34+219=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #5D22DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D22DB is #A2DD24. Grayscale: #484848. Windows color (decimal): -10673445 or 14361181. OLE color: 14361181.

HSL color Cylindrical-coordinate representation of color #5D22DB: hue angle of 259.14º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D22DB is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 34 219 -
CMYK 0.58 0.84 0 0.14
HSL 259.14º 0.73% 0.5% -
HSV(B) 259.14º 0.84% 0.86% -
XYZ 17.87 8.59 67.73 -
YUV 72.73 210.55 142.46 -
System Red Green Blue C M Y K H S L
Decimal 93 34 219 0.58 0.84 0 0.14 259.14 0.73 0.5
Hex 5D 22 DB 3A 54 0 E 103 49 32
Octal 135 42 333 72 124 0 16 403 111 62
Binary 1011101 100010 11011011 111010 1010100 0 1110 100000011 1001001 110010

Color Harmonies of #5D22DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D22DB

Black with #5D22DB

Text Example


Text Example

White with #5D22DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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