#5312FF

Color #5312FF Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5312FF

Tints of Han Purple #5312FF

Color information

#5312FF (or 0x5312FF) is unknown color: approx Han Purple. HEX triplet: 53, 12 and FF. RGB value is (83,18,255). Sum of RGB (Red+Green+Blue) = 83+18+255=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #5312FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5312FF is #ACED00. Grayscale: #3F3F3F. Windows color (decimal): -11332865 or 16716371. OLE color: 16716371.

HSL color Cylindrical-coordinate representation of color #5312FF: hue angle of 256.46º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5312FF is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB8318255-
CMYK0.670.9300
HSL256.46º100%53.53%-
HSV(B)256.46º92.94%100%-
XYZ21.839.4995.29-
YUV64.45235.53141.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.31%
GREEN value IS 18 (7.42% from 255) = 5.06%
BLUE value IS 255 (100% from 255) = 71.63%
R=23.31%
G=5.06%
B=71.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal83182550.670.9300256.4610053.53
Hex5312FF435D001006436
Octal123223771031350040014466
Binary1010011100101111111110000111011101001000000001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5312FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5312FF;
 }
 .AnyTagClassName
 {
   color: #5312FF;
 }
</style>
background-color css

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

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

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

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

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

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