Html Css Color HEX #5D12DC Han Purple

📋 copy color: '#5D12DC'

red 93 ◦ green 18 ◦ blue 220

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

Shades of Han Purple #5D12DC

Tints of Han Purple #5D12DC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.44%

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

R = 28.1%
G = 5.44%
B = 66.47%

CMYK

 C value IS 0.58

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5D12DC (or 0x5D12DC) is known color: Han Purple. HEX triplet: 5D, 12 and DC. RGB value is (93,18,220). Sum of RGB (Red+Green+Blue) = 93+18+220=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D12DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D12DC is #A2ED23. Grayscale: #3E3E3E. Windows color (decimal): -10677540 or 14422621. OLE color: 14422621.

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

Color convert

RGB 93 18 220 -
CMYK 0.58 0.92 0 0.14
HSL 262.28º 0.85% 0.47% -
HSV(B) 262.28º 0.92% 0.86% -
XYZ 17.65 7.93 68.31 -
YUV 63.45 216.35 149.07 -
System Red Green Blue C M Y K H S L
Decimal 93 18 220 0.58 0.92 0 0.14 262.28 0.85 0.47
Hex 5D 12 DC 3A 5C 0 E 106 55 2F
Octal 135 22 334 72 134 0 16 406 125 57
Binary 1011101 10010 11011100 111010 1011100 0 1110 100000110 1010101 101111

Color Harmonies of #5D12DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D12DC

Black with #5D12DC

Text Example


Text Example

White with #5D12DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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