#6F0C70

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

Shades of Purple #6F0C70

Tints of Purple #6F0C70

Color information

#6F0C70 (or 0x6F0C70) is unknown color: approx Purple. HEX triplet: 6F, 0C and 70. RGB value is (111,12,112). Sum of RGB (Red+Green+Blue) = 111+12+112=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F0C70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0C70 is #90F38F. Grayscale: #343434. Windows color (decimal): -9499536 or 7343215. OLE color: 7343215.

HSL color Cylindrical-coordinate representation of color #6F0C70: hue angle of 299.4º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F0C70 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11112112-
CMYK0.010.8900.56
HSL299.4º80.65%24.31%-
HSV(B)299.4º89.29%43.92%-
XYZ9.614.8115.75-
YUV53161.3169.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.23%
GREEN value IS 12 (5.08% from 255) = 5.11%
BLUE value IS 112 (44.14% from 255) = 47.66%
R=47.23%
G=5.11%
B=47.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111121120.010.8900.56299.480.6524.31
Hex6FC7015903812b5118
Octal15714160113107045312130
Binary110111111001110000110110010111000100101011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,12,112); }

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

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

 a { background-color: rgb(111,12,112); }

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

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

 span { border-color: rgb(111,12,112); }

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