#6F12A3

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

Shades of Purple Heart #6F12A3

Tints of Purple Heart #6F12A3

Color information

#6F12A3 (or 0x6F12A3) is unknown color: approx Purple Heart. HEX triplet: 6F, 12 and A3. RGB value is (111,18,163). Sum of RGB (Red+Green+Blue) = 111+18+163=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 163 (64.06% from 255 or 55.82% from 292); Max value from RGB is 163 - color contains mainly: blue. Hex color #6F12A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F12A3 is #90ED5C. Grayscale: #3D3D3D. Windows color (decimal): -9497949 or 10687087. OLE color: 10687087.

HSL color Cylindrical-coordinate representation of color #6F12A3: hue angle of 278.48º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F12A3 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11118163-
CMYK0.320.8900.36
HSL278.48º80.11%35.49%-
HSV(B)278.48º88.96%63.92%-
XYZ13.386.4635.19-
YUV62.34184.81162.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.01%
GREEN value IS 18 (7.42% from 255) = 6.16%
BLUE value IS 163 (64.06% from 255) = 55.82%
R=38.01%
G=6.16%
B=55.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal111181630.320.8900.36278.4880.1135.49
Hex6F12A320590241165023
Octal157222434013104442612043
Binary11011111001010100011100000101100101001001000101101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F12A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,18,163); }

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

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

 a { background-color: rgb(111,18,163); }

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

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

 span { border-color: rgb(111,18,163); }

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