#6F0FAE

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

Shades of Purple Heart #6F0FAE

Tints of Purple Heart #6F0FAE

Color information

#6F0FAE (or 0x6F0FAE) is unknown color: approx Purple Heart. HEX triplet: 6F, 0F and AE. RGB value is (111,15,174). Sum of RGB (Red+Green+Blue) = 111+15+174=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F0FAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0FAE is #90F051. Grayscale: #3D3D3D. Windows color (decimal): -9498706 or 11407215. OLE color: 11407215.

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

Color convert

RGB11115174-
CMYK0.360.9100.32
HSL276.23º84.13%37.06%-
HSV(B)276.23º91.38%68.24%-
XYZ14.376.7840.6-
YUV61.83191.3163.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37%
GREEN value IS 15 (6.25% from 255) = 5%
BLUE value IS 174 (68.36% from 255) = 58%
R=37%
G=5%
B=58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111151740.360.9100.32276.2384.1337.06
Hex6FFAE245B0201145425
Octal157172564413304042412445
Binary1101111111110101110100100101101101000001000101001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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