#6F16AE

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

Shades of Purple Heart #6F16AE

Tints of Purple Heart #6F16AE

Color information

#6F16AE (or 0x6F16AE) is unknown color: approx Purple Heart. HEX triplet: 6F, 16 and AE. RGB value is (111,22,174). Sum of RGB (Red+Green+Blue) = 111+22+174=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F16AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F16AE is #90E951. Grayscale: #414141. Windows color (decimal): -9496914 or 11409007. OLE color: 11409007.

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

Color convert

RGB11122174-
CMYK0.360.8700.32
HSL275.13º77.55%38.43%-
HSV(B)275.13º87.36%68.24%-
XYZ14.487.0140.63-
YUV65.94188.99160.14-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.16%
GREEN value IS 22 (8.98% from 255) = 7.17%
BLUE value IS 174 (68.36% from 255) = 56.68%
R=36.16%
G=7.17%
B=56.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111221740.360.8700.32275.1377.5538.43
Hex6F16AE24570201134e26
Octal157262564412704042311646
Binary11011111011010101110100100101011101000001000100111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F16AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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