#510BBE

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

Shades of Purple Heart #510BBE

Tints of Purple Heart #510BBE

Color information

#510BBE (or 0x510BBE) is unknown color: approx Purple Heart. HEX triplet: 51, 0B and BE. RGB value is (81,11,190). Sum of RGB (Red+Green+Blue) = 81+11+190=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 190 (74.61% from 255 or 67.38% from 282); Max value from RGB is 190 - color contains mainly: blue. Hex color #510BBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510BBE is #AEF441. Grayscale: #333333. Windows color (decimal): -11465794 or 12454737. OLE color: 12454737.

HSL color Cylindrical-coordinate representation of color #510BBE: hue angle of 263.46º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510BBE is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8111190-
CMYK0.570.9400.25
HSL263.46º89.05%39.41%-
HSV(B)263.46º94.21%74.51%-
XYZ12.815.7149.14-
YUV52.34205.69148.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.72%
GREEN value IS 11 (4.69% from 255) = 3.90%
BLUE value IS 190 (74.61% from 255) = 67.38%
R=28.72%
G=3.90%
B=67.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81111900.570.9400.25263.4689.0539.41
Hex51BBE395E0191075927
Octal121132767113603140713147
Binary101000110111011111011100110111100110011000001111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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