#6F0470

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

Shades of Purple #6F0470

Tints of Purple #6F0470

Color information

#6F0470 (or 0x6F0470) is unknown color: approx Purple. HEX triplet: 6F, 04 and 70. RGB value is (111,4,112). Sum of RGB (Red+Green+Blue) = 111+4+112=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F0470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0470 is #90FB8F. Grayscale: #2F2F2F. Windows color (decimal): -9501584 or 7341167. OLE color: 7341167.

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

Color convert

RGB1114112-
CMYK0.010.9600.56
HSL299.44º93.1%22.75%-
HSV(B)299.44º96.43%43.92%-
XYZ9.524.6415.72-
YUV48.3163.95172.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.90%
GREEN value IS 4 (1.95% from 255) = 1.76%
BLUE value IS 112 (44.14% from 255) = 49.34%
R=48.90%
G=1.76%
B=49.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11141120.010.9600.56299.4493.122.75
Hex6F47016003812b5d17
Octal1574160114007045313527
Binary11011111001110000111000000111000100101011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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