#6F0573

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

Shades of Purple #6F0573

Tints of Purple #6F0573

Color information

#6F0573 (or 0x6F0573) is unknown color: approx Purple. HEX triplet: 6F, 05 and 73. RGB value is (111,5,115). Sum of RGB (Red+Green+Blue) = 111+5+115=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F0573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0573 is #90FA8C. Grayscale: #303030. Windows color (decimal): -9501325 or 7538031. OLE color: 7538031.

HSL color Cylindrical-coordinate representation of color #6F0573: hue angle of 297.82º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0573 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1115115-
CMYK0.030.9600.55
HSL297.82º91.67%23.53%-
HSV(B)297.82º95.65%45.1%-
XYZ9.74.7316.62-
YUV49.23165.12172.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.05%
GREEN value IS 5 (2.34% from 255) = 2.16%
BLUE value IS 115 (45.31% from 255) = 49.78%
R=48.05%
G=2.16%
B=49.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11151150.030.9600.55297.8291.6723.53
Hex6F57336003712a5c18
Octal1575163314006745213430
Binary110111110111100111111000000110111100101010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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