#6F0070

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

Shades of Purple #6F0070

Tints of Purple #6F0070

Color information

#6F0070 (or 0x6F0070) is unknown color: approx Purple. HEX triplet: 6F, 00 and 70. RGB value is (111,0,112). Sum of RGB (Red+Green+Blue) = 111+0+112=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F0070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0070 is #90FF8F. Grayscale: #2D2D2D. Windows color (decimal): -9502608 or 7340143. OLE color: 7340143.

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

Color convert

RGB1110112-
CMYK0.01100.56
HSL299.46º100%21.96%-
HSV(B)299.46º100%43.92%-
XYZ9.484.5515.71-
YUV45.96165.27174.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 50.22%
R=49.78%
G=0%
B=50.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11101120.01100.56299.4610021.96
Hex6F07016403812b6416
Octal1570160114407045314426
Binary110111101110000111001000111000100101011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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