#6F0570

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

Shades of Purple #6F0570

Tints of Purple #6F0570

Color information

#6F0570 (or 0x6F0570) is unknown color: approx Purple. HEX triplet: 6F, 05 and 70. RGB value is (111,5,112). Sum of RGB (Red+Green+Blue) = 111+5+112=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F0570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0570 is #90FA8F. Grayscale: #303030. Windows color (decimal): -9501328 or 7341423. OLE color: 7341423.

HSL color Cylindrical-coordinate representation of color #6F0570: hue angle of 299.44º degrees, saturation: 0.91, 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 #6F0570 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1115112-
CMYK0.010.9600.56
HSL299.44º91.45%22.94%-
HSV(B)299.44º95.54%43.92%-
XYZ9.534.6615.73-
YUV48.89163.62172.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.68%
GREEN value IS 5 (2.34% from 255) = 2.19%
BLUE value IS 112 (44.14% from 255) = 49.12%
R=48.68%
G=2.19%
B=49.12%

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
Decimal11151120.010.9600.56299.4491.4522.94
Hex6F57016003812b5b17
Octal1575160114007045313327
Binary11011111011110000111000000111000100101011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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