#6F09AE

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

Shades of Purple Heart #6F09AE

Tints of Purple Heart #6F09AE

Color information

#6F09AE (or 0x6F09AE) is unknown color: approx Purple Heart. HEX triplet: 6F, 09 and AE. RGB value is (111,9,174). Sum of RGB (Red+Green+Blue) = 111+9+174=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F09AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F09AE is #90F651. Grayscale: #393939. Windows color (decimal): -9500242 or 11405679. OLE color: 11405679.

HSL color Cylindrical-coordinate representation of color #6F09AE: hue angle of 277.09º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F09AE is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1119174-
CMYK0.360.9500.32
HSL277.09º90.16%35.88%-
HSV(B)277.09º94.83%68.24%-
XYZ14.296.6340.57-
YUV58.31193.29165.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.76%
GREEN value IS 9 (3.91% from 255) = 3.06%
BLUE value IS 174 (68.36% from 255) = 59.18%
R=37.76%
G=3.06%
B=59.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11191740.360.9500.32277.0990.1635.88
Hex6F9AE245F0201155a24
Octal157112564413704042513244
Binary1101111100110101110100100101111101000001000101011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F09AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,9,174); }

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

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

 a { background-color: rgb(111,9,174); }

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

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

 span { border-color: rgb(111,9,174); }

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