Html Css Color HEX #5312DC Han Purple

📋 copy color: '#5312DC'

red 83 ◦ green 18 ◦ blue 220

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

Shades of Han Purple #5312DC

Tints of Han Purple #5312DC

RGB

 RED value IS 83 (32.81% from 255) = 25.86%

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

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

R = 25.86%
G = 5.61%
B = 68.54%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5312DC (or 0x5312DC) is known color: Han Purple. HEX triplet: 53, 12 and DC. RGB value is (83,18,220). Sum of RGB (Red+Green+Blue) = 83+18+220=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #5312DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5312DC is #ACED23. Grayscale: #3B3B3B. Windows color (decimal): -11332900 or 14422611. OLE color: 14422611.

HSL color Cylindrical-coordinate representation of color #5312DC: hue angle of 259.31º 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 #5312DC is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 18 220 -
CMYK 0.62 0.92 0 0.14
HSL 259.31º 0.85% 0.47% -
HSV(B) 259.31º 0.92% 0.86% -
XYZ 16.7 7.44 68.27 -
YUV 60.46 218.03 144.07 -
System Red Green Blue C M Y K H S L
Decimal 83 18 220 0.62 0.92 0 0.14 259.31 0.85 0.47
Hex 53 12 DC 3E 5C 0 E 103 55 2F
Octal 123 22 334 76 134 0 16 403 125 57
Binary 1010011 10010 11011100 111110 1011100 0 1110 100000011 1010101 101111

Color Harmonies of #5312DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5312DC

Black with #5312DC

Text Example


Text Example

White with #5312DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5312DC; }

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

 H1.HeaderClassName
 {
   color: #5312DC;
 }
 .AnyTagClassName
 {
   color: #5312DC;
 }
</style>

background-color css

<style>
 a { background-color: #5312DC; }

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

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

border-color css

<style>
 span { border-color: #5312DC; }

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

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