#521FDE

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

Shades of Han Purple #521FDE

Tints of Han Purple #521FDE

Color information

#521FDE (or 0x521FDE) is unknown color: approx Han Purple. HEX triplet: 52, 1F and DE. RGB value is (82,31,222). Sum of RGB (Red+Green+Blue) = 82+31+222=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 222 (87.11% from 255 or 66.27% from 335); Max value from RGB is 222 - color contains mainly: blue. Hex color #521FDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521FDE is #ADE021. Grayscale: #434343. Windows color (decimal): -11395106 or 14557010. OLE color: 14557010.

HSL color Cylindrical-coordinate representation of color #521FDE: hue angle of 256.02º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521FDE is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8231222-
CMYK0.630.8600.13
HSL256.02º75.49%49.61%-
HSV(B)256.02º86.04%87.06%-
XYZ17.158.0569.76-
YUV68.02214.9137.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.48%
GREEN value IS 31 (12.5% from 255) = 9.25%
BLUE value IS 222 (87.11% from 255) = 66.27%
R=24.48%
G=9.25%
B=66.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal82312220.630.8600.13256.0275.4949.61
Hex521FDE3F560D1004b32
Octal122373367712601540011362
Binary101001011111110111101111111010110011011000000001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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