Html Css Color HEX #5D14DB Han Purple

📋 copy color: '#5D14DB'

red 93 ◦ green 20 ◦ blue 219

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

Shades of Han Purple #5D14DB

Tints of Han Purple #5D14DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.02%

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

R = 28.01%
G = 6.02%
B = 65.96%

CMYK

 C value IS 0.58

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5D14DB (or 0x5D14DB) is known color: Han Purple. HEX triplet: 5D, 14 and DB. RGB value is (93,20,219). Sum of RGB (Red+Green+Blue) = 93+20+219=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #5D14DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D14DB is #A2EB24. Grayscale: #3F3F3F. Windows color (decimal): -10677029 or 14357597. OLE color: 14357597.

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

Color convert

RGB 93 20 219 -
CMYK 0.58 0.91 0 0.14
HSL 262.01º 0.83% 0.47% -
HSV(B) 262.01º 0.91% 0.86% -
XYZ 17.55 7.94 67.63 -
YUV 64.51 215.18 148.32 -
System Red Green Blue C M Y K H S L
Decimal 93 20 219 0.58 0.91 0 0.14 262.01 0.83 0.47
Hex 5D 14 DB 3A 5B 0 E 106 53 2F
Octal 135 24 333 72 133 0 16 406 123 57
Binary 1011101 10100 11011011 111010 1011011 0 1110 100000110 1010011 101111

Color Harmonies of #5D14DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D14DB

Black with #5D14DB

Text Example


Text Example

White with #5D14DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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