#510BE7

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

Shades of Han Purple #510BE7

Tints of Han Purple #510BE7

Color information

#510BE7 (or 0x510BE7) is unknown color: approx Han Purple. HEX triplet: 51, 0B and E7. RGB value is (81,11,231). Sum of RGB (Red+Green+Blue) = 81+11+231=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 231 (90.62% from 255 or 71.52% from 323); Max value from RGB is 231 - color contains mainly: blue. Hex color #510BE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510BE7 is #AEF418. Grayscale: #383838. Windows color (decimal): -11465753 or 15141713. OLE color: 15141713.

HSL color Cylindrical-coordinate representation of color #510BE7: hue angle of 259.09º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510BE7 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8111231-
CMYK0.650.9500.09
HSL259.09º90.91%47.45%-
HSV(B)259.09º95.24%90.59%-
XYZ17.947.7676.15-
YUV57.01226.19145.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.08%
GREEN value IS 11 (4.69% from 255) = 3.41%
BLUE value IS 231 (90.62% from 255) = 71.52%
R=25.08%
G=3.41%
B=71.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal81112310.650.9500.09259.0990.9147.45
Hex51BE7415F091035b2f
Octal1211334710113701140313357
Binary101000110111110011110000011011111010011000000111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,11,231); }

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

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

 a { background-color: rgb(81,11,231); }

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

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

 span { border-color: rgb(81,11,231); }

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