#5107B4

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

Shades of Purple Heart #5107B4

Tints of Purple Heart #5107B4

Color information

#5107B4 (or 0x5107B4) is unknown color: approx Purple Heart. HEX triplet: 51, 07 and B4. RGB value is (81,7,180). Sum of RGB (Red+Green+Blue) = 81+7+180=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 180 (70.70% from 255 or 67.16% from 268); Max value from RGB is 180 - color contains mainly: blue. Hex color #5107B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5107B4 is #AEF84B. Grayscale: #303030. Windows color (decimal): -11466828 or 11798353. OLE color: 11798353.

HSL color Cylindrical-coordinate representation of color #5107B4: hue angle of 265.66º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5107B4 is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB817180-
CMYK0.550.9600.29
HSL265.66º92.51%36.67%-
HSV(B)265.66º96.11%70.59%-
XYZ11.715.243.57-
YUV48.85202.02150.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.22%
GREEN value IS 7 (3.12% from 255) = 2.61%
BLUE value IS 180 (70.70% from 255) = 67.16%
R=30.22%
G=2.61%
B=67.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal8171800.550.9600.29265.6692.5136.67
Hex517B4376001D10a5d25
Octal12172646714003541213545
Binary10100011111011010011011111000000111011000010101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5107B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5107B4; }

 p { color: rgb(81,7,180); }

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

<style>
 a { background-color: #5107B4; }

 a { background-color: rgb(81,7,180); }

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

<style>
 span { border-color: #5107B4; }

 span { border-color: rgb(81,7,180); }

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