#6F11AD

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

Shades of Purple Heart #6F11AD

Tints of Purple Heart #6F11AD

Color information

#6F11AD (or 0x6F11AD) is unknown color: approx Purple Heart. HEX triplet: 6F, 11 and AD. RGB value is (111,17,173). Sum of RGB (Red+Green+Blue) = 111+17+173=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F11AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F11AD is #90EE52. Grayscale: #3E3E3E. Windows color (decimal): -9498195 or 11342191. OLE color: 11342191.

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

Color convert

RGB11117173-
CMYK0.360.9000.32
HSL276.15º82.11%37.25%-
HSV(B)276.15º90.17%67.84%-
XYZ14.36.840.09-
YUV62.89190.14162.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.88%
GREEN value IS 17 (7.03% from 255) = 5.65%
BLUE value IS 173 (67.97% from 255) = 57.48%
R=36.88%
G=5.65%
B=57.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111171730.360.9000.32276.1582.1137.25
Hex6F11AD245A0201145225
Octal157212554413204042412245
Binary11011111000110101101100100101101001000001000101001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F11AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,17,173); }

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

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

 a { background-color: rgb(111,17,173); }

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

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

 span { border-color: rgb(111,17,173); }

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