#6A41D1

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

Shades of Purple Heart #6A41D1

Tints of Purple Heart #6A41D1

Color information

#6A41D1 (or 0x6A41D1) is unknown color: approx Purple Heart. HEX triplet: 6A, 41 and D1. RGB value is (106,65,209). Sum of RGB (Red+Green+Blue) = 106+65+209=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 209 (82.03% from 255 or 55% from 380); Max value from RGB is 209 - color contains mainly: blue. Hex color #6A41D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A41D1 is #95BE2E. Grayscale: #5D5D5D. Windows color (decimal): -9813551 or 13713770. OLE color: 13713770.

HSL color Cylindrical-coordinate representation of color #6A41D1: hue angle of 257.08º 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 #6A41D1 is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10665209-
CMYK0.490.6900.18
HSL257.08º61.02%53.73%-
HSV(B)257.08º68.9%81.96%-
XYZ19.3411.4561.51-
YUV93.68193.08136.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.89%
GREEN value IS 65 (25.78% from 255) = 17.11%
BLUE value IS 209 (82.03% from 255) = 55%
R=27.89%
G=17.11%
B=55%

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
Decimal106652090.490.6900.18257.0861.0253.73
Hex6A41D131450121013d36
Octal152101321611050224017566
Binary11010101000001110100011100011000101010010100000001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A41D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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