#6A2DB6

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

Shades of Purple Heart #6A2DB6

Tints of Purple Heart #6A2DB6

Color information

#6A2DB6 (or 0x6A2DB6) is unknown color: approx Purple Heart. HEX triplet: 6A, 2D and B6. RGB value is (106,45,182). Sum of RGB (Red+Green+Blue) = 106+45+182=333 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.83% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 182 (71.48% from 255 or 54.65% from 333); Max value from RGB is 182 - color contains mainly: blue. Hex color #6A2DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A2DB6 is #95D249. Grayscale: #4E4E4E. Windows color (decimal): -9818698 or 11939178. OLE color: 11939178.

HSL color Cylindrical-coordinate representation of color #6A2DB6: hue angle of 266.72º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6A2DB6 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10645182-
CMYK0.420.7500.29
HSL266.72º60.35%44.51%-
HSV(B)266.72º75.27%71.37%-
XYZ15.338.3245.05-
YUV78.86186.21147.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.83%
GREEN value IS 45 (17.97% from 255) = 13.51%
BLUE value IS 182 (71.48% from 255) = 54.65%
R=31.83%
G=13.51%
B=54.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal106451820.420.7500.29266.7260.3544.51
Hex6A2DB62A4B01D10b3c2d
Octal15255266521130354137455
Binary1101010101101101101101010101001011011101100001011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,45,182); }

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

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

 a { background-color: rgb(106,45,182); }

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

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

 span { border-color: rgb(106,45,182); }

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