#6A40D1

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

Shades of Purple Heart #6A40D1

Tints of Purple Heart #6A40D1

Color information

#6A40D1 (or 0x6A40D1) is unknown color: approx Purple Heart. HEX triplet: 6A, 40 and D1. RGB value is (106,64,209). Sum of RGB (Red+Green+Blue) = 106+64+209=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 209 (82.03% from 255 or 55.15% from 379); Max value from RGB is 209 - color contains mainly: blue. Hex color #6A40D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A40D1 is #95BF2E. Grayscale: #5C5C5C. Windows color (decimal): -9813807 or 13713514. OLE color: 13713514.

HSL color Cylindrical-coordinate representation of color #6A40D1: hue angle of 257.38º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A40D1 is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10664209-
CMYK0.490.6900.18
HSL257.38º61.18%53.53%-
HSV(B)257.38º69.38%81.96%-
XYZ19.2911.3361.49-
YUV93.09193.41137.21-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.97%
GREEN value IS 64 (25.39% from 255) = 16.89%
BLUE value IS 209 (82.03% from 255) = 55.15%
R=27.97%
G=16.89%
B=55.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal106642090.490.6900.18257.3861.1853.53
Hex6A40D131450121013d36
Octal152100321611050224017566
Binary11010101000000110100011100011000101010010100000001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A40D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A40D1; }

 p { color: rgb(106,64,209); }

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

<style>
 a { background-color: #6A40D1; }

 a { background-color: rgb(106,64,209); }

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

<style>
 span { border-color: #6A40D1; }

 span { border-color: rgb(106,64,209); }

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