#521CF1

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

Shades of Han Purple #521CF1

Tints of Han Purple #521CF1

Color information

#521CF1 (or 0x521CF1) is unknown color: approx Han Purple. HEX triplet: 52, 1C and F1. RGB value is (82,28,241). Sum of RGB (Red+Green+Blue) = 82+28+241=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 241 (94.53% from 255 or 68.66% from 351); Max value from RGB is 241 - color contains mainly: blue. Hex color #521CF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521CF1 is #ADE30E. Grayscale: #434343. Windows color (decimal): -11395855 or 15801426. OLE color: 15801426.

HSL color Cylindrical-coordinate representation of color #521CF1: hue angle of 255.21º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521CF1 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8228241-
CMYK0.660.8800.05
HSL255.21º88.38%52.75%-
HSV(B)255.21º88.38%94.51%-
XYZ19.778.9883.91-
YUV68.43225.39137.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.36%
GREEN value IS 28 (11.33% from 255) = 7.98%
BLUE value IS 241 (94.53% from 255) = 68.66%
R=23.36%
G=7.98%
B=68.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal82282410.660.8800.05255.2188.3852.75
Hex521CF1425805ff5835
Octal122343611021300537713065
Binary10100101110011110001100001010110000101111111111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,28,241); }

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

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

 a { background-color: rgb(82,28,241); }

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

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

 span { border-color: rgb(82,28,241); }

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