#6D1FAA

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

Shades of Purple Heart #6D1FAA

Tints of Purple Heart #6D1FAA

Color information

#6D1FAA (or 0x6D1FAA) is unknown color: approx Purple Heart. HEX triplet: 6D, 1F and AA. RGB value is (109,31,170). Sum of RGB (Red+Green+Blue) = 109+31+170=310 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.16% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D1FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1FAA is #92E055. Grayscale: #454545. Windows color (decimal): -9625686 or 11149165. OLE color: 11149165.

HSL color Cylindrical-coordinate representation of color #6D1FAA: hue angle of 273.67º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D1FAA is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10931170-
CMYK0.360.8200.33
HSL273.67º69.15%39.41%-
HSV(B)273.67º81.76%66.67%-
XYZ14.057.1338.67-
YUV70.17184.34155.7-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.16%
GREEN value IS 31 (12.5% from 255) = 10%
BLUE value IS 170 (66.80% from 255) = 54.84%
R=35.16%
G=10%
B=54.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109311700.360.8200.33273.6769.1539.41
Hex6D1FAA24520211124527
Octal155372524412204142210547
Binary11011011111110101010100100101001001000011000100101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,31,170); }

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

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

 a { background-color: rgb(109,31,170); }

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

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

 span { border-color: rgb(109,31,170); }

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