#6F18AD

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

Shades of Purple Heart #6F18AD

Tints of Purple Heart #6F18AD

Color information

#6F18AD (or 0x6F18AD) is unknown color: approx Purple Heart. HEX triplet: 6F, 18 and AD. RGB value is (111,24,173). Sum of RGB (Red+Green+Blue) = 111+24+173=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F18AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F18AD is #90E752. Grayscale: #424242. Windows color (decimal): -9496403 or 11343983. OLE color: 11343983.

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

Color convert

RGB11124173-
CMYK0.360.8600.32
HSL275.03º75.63%38.63%-
HSV(B)275.03º86.13%67.84%-
XYZ14.437.0540.14-
YUV67187.82159.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.04%
GREEN value IS 24 (9.77% from 255) = 7.79%
BLUE value IS 173 (67.97% from 255) = 56.17%
R=36.04%
G=7.79%
B=56.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111241730.360.8600.32275.0375.6338.63
Hex6F18AD24560201134c27
Octal157302554412604042311447
Binary11011111100010101101100100101011001000001000100111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F18AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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