#512CF4

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

Shades of Han Purple #512CF4

Tints of Han Purple #512CF4

Color information

#512CF4 (or 0x512CF4) is unknown color: approx Han Purple. HEX triplet: 51, 2C and F4. RGB value is (81,44,244). Sum of RGB (Red+Green+Blue) = 81+44+244=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 244 (95.70% from 255 or 66.12% from 369); Max value from RGB is 244 - color contains mainly: blue. Hex color #512CF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512CF4 is #AED30B. Grayscale: #4D4D4D. Windows color (decimal): -11457292 or 16002129. OLE color: 16002129.

HSL color Cylindrical-coordinate representation of color #512CF4: hue angle of 251.1º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #512CF4 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8144244-
CMYK0.670.8200.04
HSL251.1º90.09%56.47%-
HSV(B)251.1º81.97%95.69%-
XYZ20.6210.0886.45-
YUV77.86221.76130.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.95%
GREEN value IS 44 (17.58% from 255) = 11.92%
BLUE value IS 244 (95.70% from 255) = 66.12%
R=21.95%
G=11.92%
B=66.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal81442440.670.8200.04251.190.0956.47
Hex512CF4435204fb5a38
Octal121543641031220437313270
Binary101000110110011110100100001110100100100111110111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512CF4; }

 p { color: rgb(81,44,244); }

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

<style>
 a { background-color: #512CF4; }

 a { background-color: rgb(81,44,244); }

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

<style>
 span { border-color: #512CF4; }

 span { border-color: rgb(81,44,244); }

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