#4106C0

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

Shades of Purple Heart #4106C0

Tints of Purple Heart #4106C0

Color information

#4106C0 (or 0x4106C0) is unknown color: approx Purple Heart. HEX triplet: 41, 06 and C0. RGB value is (65,6,192). Sum of RGB (Red+Green+Blue) = 65+6+192=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 192 (75.39% from 255 or 73.00% from 263); Max value from RGB is 192 - color contains mainly: blue. Hex color #4106C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4106C0 is #BEF93F. Grayscale: #2C2C2C. Windows color (decimal): -12515648 or 12584513. OLE color: 12584513.

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

Color convert

RGB656192-
CMYK0.660.9700.25
HSL259.03º93.94%38.82%-
HSV(B)259.03º96.88%75.29%-
XYZ11.765.0650.23-
YUV44.84211.05142.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.71%
GREEN value IS 6 (2.73% from 255) = 2.28%
BLUE value IS 192 (75.39% from 255) = 73.00%
R=24.71%
G=2.28%
B=73.00%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal6561920.660.9700.25259.0393.9438.82
Hex416C042610191035e27
Octal101630010214103140313647
Binary100000111011000000100001011000010110011000000111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4106C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4106C0; }

 p { color: rgb(65,6,192); }

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

<style>
 a { background-color: #4106C0; }

 a { background-color: rgb(65,6,192); }

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

<style>
 span { border-color: #4106C0; }

 span { border-color: rgb(65,6,192); }

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