#6F0473

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

Shades of Purple #6F0473

Tints of Purple #6F0473

Color information

#6F0473 (or 0x6F0473) is unknown color: approx Purple. HEX triplet: 6F, 04 and 73. RGB value is (111,4,115). Sum of RGB (Red+Green+Blue) = 111+4+115=230 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.26% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F0473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0473 is #90FB8C. Grayscale: #303030. Windows color (decimal): -9501581 or 7537775. OLE color: 7537775.

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

Color convert

RGB1114115-
CMYK0.030.9700.55
HSL297.84º93.28%23.33%-
HSV(B)297.84º96.52%45.1%-
XYZ9.694.716.62-
YUV48.65165.45172.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.26%
GREEN value IS 4 (1.95% from 255) = 1.74%
BLUE value IS 115 (45.31% from 255) = 50%
R=48.26%
G=1.74%
B=50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11141150.030.9700.55297.8493.2823.33
Hex6F47336103712a5d17
Octal1574163314106745213527
Binary110111110011100111111000010110111100101010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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