#6D07AE

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

Shades of Purple Heart #6D07AE

Tints of Purple Heart #6D07AE

Color information

#6D07AE (or 0x6D07AE) is unknown color: approx Purple Heart. HEX triplet: 6D, 07 and AE. RGB value is (109,7,174). Sum of RGB (Red+Green+Blue) = 109+7+174=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D07AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D07AE is #92F851. Grayscale: #373737. Windows color (decimal): -9631826 or 11405165. OLE color: 11405165.

HSL color Cylindrical-coordinate representation of color #6D07AE: hue angle of 276.65º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D07AE is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1097174-
CMYK0.370.9600.32
HSL276.65º92.27%35.49%-
HSV(B)276.65º95.98%68.24%-
XYZ14.026.4640.55-
YUV56.54194.29165.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.59%
GREEN value IS 7 (3.12% from 255) = 2.41%
BLUE value IS 174 (68.36% from 255) = 60%
R=37.59%
G=2.41%
B=60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10971740.370.9600.32276.6592.2735.49
Hex6D7AE25600201155c23
Octal15572564514004042513443
Binary110110111110101110100101110000001000001000101011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D07AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,7,174); }

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

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

 a { background-color: rgb(109,7,174); }

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

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

 span { border-color: rgb(109,7,174); }

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