Html Css Color HEX #5D13DC Han Purple

📋 copy color: '#5D13DC'

red 93 ◦ green 19 ◦ blue 220

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

Shades of Han Purple #5D13DC

Tints of Han Purple #5D13DC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.72%

 BLUE value IS 220 (86.33% from 255) = 66.27%

R = 28.01%
G = 5.72%
B = 66.27%

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

#5D13DC (or 0x5D13DC) is known color: Han Purple. HEX triplet: 5D, 13 and DC. RGB value is (93,19,220). Sum of RGB (Red+Green+Blue) = 93+19+220=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D13DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D13DC is #A2EC23. Grayscale: #3F3F3F. Windows color (decimal): -10677284 or 14422877. OLE color: 14422877.

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

Color convert

RGB 93 19 220 -
CMYK 0.58 0.91 0 0.14
HSL 262.09º 0.84% 0.47% -
HSV(B) 262.09º 0.91% 0.86% -
XYZ 17.67 7.96 68.32 -
YUV 64.04 216.02 148.66 -
System Red Green Blue C M Y K H S L
Decimal 93 19 220 0.58 0.91 0 0.14 262.09 0.84 0.47
Hex 5D 13 DC 3A 5B 0 E 106 54 2F
Octal 135 23 334 72 133 0 16 406 124 57
Binary 1011101 10011 11011100 111010 1011011 0 1110 100000110 1010100 101111

Color Harmonies of #5D13DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D13DC

Black with #5D13DC

Text Example


Text Example

White with #5D13DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,19,220); }

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

background-color css

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

 a { background-color: rgb(93,19,220); }

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

border-color css

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

 span { border-color: rgb(93,19,220); }

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