#6F0973

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

Shades of Purple #6F0973

Tints of Purple #6F0973

Color information

#6F0973 (or 0x6F0973) is unknown color: approx Purple. HEX triplet: 6F, 09 and 73. RGB value is (111,9,115). Sum of RGB (Red+Green+Blue) = 111+9+115=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F0973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0973 is #90F68C. Grayscale: #333333. Windows color (decimal): -9500301 or 7539055. OLE color: 7539055.

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

Color convert

RGB1119115-
CMYK0.030.9200.55
HSL297.74º85.48%24.31%-
HSV(B)297.74º92.17%45.1%-
XYZ9.754.8116.63-
YUV51.58163.79170.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.23%
GREEN value IS 9 (3.91% from 255) = 3.83%
BLUE value IS 115 (45.31% from 255) = 48.94%
R=47.23%
G=3.83%
B=48.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11191150.030.9200.55297.7485.4824.31
Hex6F97335C03712a5518
Octal15711163313406745212530
Binary1101111100111100111110111000110111100101010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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