Html Css Color HEX #5312DF Han Purple

📋 copy color: '#5312DF'

red 83 ◦ green 18 ◦ blue 223

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

Shades of Han Purple #5312DF

Tints of Han Purple #5312DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 68.83%

R = 25.62%
G = 5.56%
B = 68.83%

CMYK

 C value IS 0.63

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5312DF (or 0x5312DF) is known color: Han Purple. HEX triplet: 53, 12 and DF. RGB value is (83,18,223). Sum of RGB (Red+Green+Blue) = 83+18+223=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #5312DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5312DF is #ACED20. Grayscale: #3C3C3C. Windows color (decimal): -11332897 or 14619219. OLE color: 14619219.

HSL color Cylindrical-coordinate representation of color #5312DF: hue angle of 259.02º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5312DF is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 18 223 -
CMYK 0.63 0.92 0 0.13
HSL 259.02º 0.85% 0.47% -
HSV(B) 259.02º 0.92% 0.87% -
XYZ 17.1 7.6 70.38 -
YUV 60.81 219.53 143.83 -
System Red Green Blue C M Y K H S L
Decimal 83 18 223 0.63 0.92 0 0.13 259.02 0.85 0.47
Hex 53 12 DF 3F 5C 0 D 103 55 2F
Octal 123 22 337 77 134 0 15 403 125 57
Binary 1010011 10010 11011111 111111 1011100 0 1101 100000011 1010101 101111

Color Harmonies of #5312DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5312DF

Black with #5312DF

Text Example


Text Example

White with #5312DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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