#5106C8

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

Shades of Purple Heart #5106C8

Tints of Purple Heart #5106C8

Color information

#5106C8 (or 0x5106C8) is unknown color: approx Purple Heart. HEX triplet: 51, 06 and C8. RGB value is (81,6,200). Sum of RGB (Red+Green+Blue) = 81+6+200=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 200 (78.52% from 255 or 69.69% from 287); Max value from RGB is 200 - color contains mainly: blue. Hex color #5106C8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5106C8 is #AEF937. Grayscale: #313131. Windows color (decimal): -11467064 or 13108817. OLE color: 13108817.

HSL color Cylindrical-coordinate representation of color #5106C8: hue angle of 263.2º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5106C8 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB816200-
CMYK0.590.9700.22
HSL263.2º94.17%40.39%-
HSV(B)263.2º97%78.43%-
XYZ13.886.0555.08-
YUV50.54212.35149.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.22%
GREEN value IS 6 (2.73% from 255) = 2.09%
BLUE value IS 200 (78.52% from 255) = 69.69%
R=28.22%
G=2.09%
B=69.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal8162000.590.9700.22263.294.1740.39
Hex516C83B610161075e28
Octal12163107314102640713650
Binary10100011101100100011101111000010101101000001111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5106C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5106C8; }

 p { color: rgb(81,6,200); }

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

<style>
 a { background-color: #5106C8; }

 a { background-color: rgb(81,6,200); }

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

<style>
 span { border-color: #5106C8; }

 span { border-color: rgb(81,6,200); }

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