#5233F6

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

Shades of Han Purple #5233F6

Tints of Han Purple #5233F6

Color information

#5233F6 (or 0x5233F6) is unknown color: approx Han Purple. HEX triplet: 52, 33 and F6. RGB value is (82,51,246). Sum of RGB (Red+Green+Blue) = 82+51+246=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 246 (96.48% from 255 or 64.91% from 379); Max value from RGB is 246 - color contains mainly: blue. Hex color #5233F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5233F6 is #ADCC09. Grayscale: #515151. Windows color (decimal): -11389962 or 16134994. OLE color: 16134994.

HSL color Cylindrical-coordinate representation of color #5233F6: hue angle of 249.54º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5233F6 is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8251246-
CMYK0.670.7900.04
HSL249.54º91.55%58.24%-
HSV(B)249.54º79.27%96.47%-
XYZ21.310.8288.15-
YUV82.5220.27127.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.64%
GREEN value IS 51 (20.31% from 255) = 13.46%
BLUE value IS 246 (96.48% from 255) = 64.91%
R=21.64%
G=13.46%
B=64.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal82512460.670.7900.04249.5491.5558.24
Hex5233F6434F04fa5c3a
Octal122633661031170437213472
Binary101001011001111110110100001110011110100111110101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5233F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5233F6; }

 p { color: rgb(82,51,246); }

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

<style>
 a { background-color: #5233F6; }

 a { background-color: rgb(82,51,246); }

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

<style>
 span { border-color: #5233F6; }

 span { border-color: rgb(82,51,246); }

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