#6F1BAE

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

Shades of Purple Heart #6F1BAE

Tints of Purple Heart #6F1BAE

Color information

#6F1BAE (or 0x6F1BAE) is unknown color: approx Purple Heart. HEX triplet: 6F, 1B and AE. RGB value is (111,27,174). Sum of RGB (Red+Green+Blue) = 111+27+174=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F1BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F1BAE is #90E451. Grayscale: #444444. Windows color (decimal): -9495634 or 11410287. OLE color: 11410287.

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

Color convert

RGB11127174-
CMYK0.360.8400.32
HSL274.29º73.13%39.41%-
HSV(B)274.29º84.48%68.24%-
XYZ14.597.2240.67-
YUV68.87187.33158.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.58%
GREEN value IS 27 (10.94% from 255) = 8.65%
BLUE value IS 174 (68.36% from 255) = 55.77%
R=35.58%
G=8.65%
B=55.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111271740.360.8400.32274.2973.1339.41
Hex6F1BAE24540201124927
Octal157332564412404042211147
Binary11011111101110101110100100101010001000001000100101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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