#6f1eae

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

Shades of Purple Heart #6F1EAE

Tints of Purple Heart #6F1EAE

Color information

#6F1EAE (or 0x6F1EAE) is unknown color: approx Purple Heart. HEX triplet: 6F, 1E and AE. RGB value is (111,30,174). Sum of RGB (Red+Green+Blue) = 111+30+174=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F1EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F1EAE is #90E151. Grayscale: #464646. Windows color (decimal): -9494866 or 11411055. OLE color: 11411055.

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

Color convert

RGB11130174-
CMYK0.360.8300.32
HSL273.75º70.59%40%-
HSV(B)273.75º82.76%68.24%-
XYZ14.667.3640.69-
YUV70.64186.34156.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.24%
GREEN value IS 30 (12.11% from 255) = 9.52%
BLUE value IS 174 (68.36% from 255) = 55.24%
R=35.24%
G=9.52%
B=55.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111301740.360.8300.32273.7570.5940
Hex6F1EAE24530201124728
Octal157362564412304042210750
Binary11011111111010101110100100101001101000001000100101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f1eae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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