#510CE2

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

Shades of Han Purple #510CE2

Tints of Han Purple #510CE2

Color information

#510CE2 (or 0x510CE2) is unknown color: approx Han Purple. HEX triplet: 51, 0C and E2. RGB value is (81,12,226). Sum of RGB (Red+Green+Blue) = 81+12+226=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 226 (88.67% from 255 or 70.85% from 319); Max value from RGB is 226 - color contains mainly: blue. Hex color #510CE2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510CE2 is #AEF31D. Grayscale: #383838. Windows color (decimal): -11465502 or 14814289. OLE color: 14814289.

HSL color Cylindrical-coordinate representation of color #510CE2: hue angle of 259.35º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510CE2 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8112226-
CMYK0.640.9500.11
HSL259.35º89.92%46.67%-
HSV(B)259.35º94.69%88.63%-
XYZ17.257.572.49-
YUV57.03223.36145.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.39%
GREEN value IS 12 (5.08% from 255) = 3.76%
BLUE value IS 226 (88.67% from 255) = 70.85%
R=25.39%
G=3.76%
B=70.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal81122260.640.9500.11259.3589.9246.67
Hex51CE2405F0B1035a2f
Octal1211434210013701340313257
Binary101000111001110001010000001011111010111000000111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510CE2; }

 p { color: rgb(81,12,226); }

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

<style>
 a { background-color: #510CE2; }

 a { background-color: rgb(81,12,226); }

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

<style>
 span { border-color: #510CE2; }

 span { border-color: rgb(81,12,226); }

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