#521FFE

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

Shades of Han Purple #521FFE

Tints of Han Purple #521FFE

Color information

#521FFE (or 0x521FFE) is unknown color: approx Han Purple. HEX triplet: 52, 1F and FE. RGB value is (82,31,254). Sum of RGB (Red+Green+Blue) = 82+31+254=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 31 (12.5% from 255 or 8.45% from 367); Blue value is 254 (99.61% from 255 or 69.21% from 367); Max value from RGB is 254 - color contains mainly: blue. Hex color #521FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521FFE is #ADE001. Grayscale: #464646. Windows color (decimal): -11395074 or 16654162. OLE color: 16654162.

HSL color Cylindrical-coordinate representation of color #521FFE: hue angle of 253.72º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521FFE is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB8231254-
CMYK0.680.8800.00
HSL253.72º99.11%55.88%-
HSV(B)253.72º87.8%99.61%-
XYZ21.869.9394.53-
YUV71.67230.9135.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.34%
GREEN value IS 31 (12.5% from 255) = 8.45%
BLUE value IS 254 (99.61% from 255) = 69.21%
R=22.34%
G=8.45%
B=69.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal82312540.680.8800.00253.7299.1155.88
Hex521FFE445800fe6338
Octal122373761041300037614370
Binary101001011111111111101000100101100000111111101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521FFE; }

 p { color: rgb(82,31,254); }

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

<style>
 a { background-color: #521FFE; }

 a { background-color: rgb(82,31,254); }

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

<style>
 span { border-color: #521FFE; }

 span { border-color: rgb(82,31,254); }

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