#6F0D73

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

Shades of Purple #6F0D73

Tints of Purple #6F0D73

Color information

#6F0D73 (or 0x6F0D73) is unknown color: approx Purple. HEX triplet: 6F, 0D and 73. RGB value is (111,13,115). Sum of RGB (Red+Green+Blue) = 111+13+115=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F0D73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0D73 is #90F28C. Grayscale: #353535. Windows color (decimal): -9499277 or 7540079. OLE color: 7540079.

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

Color convert

RGB11113115-
CMYK0.030.8900.55
HSL297.65º79.69%25.1%-
HSV(B)297.65º88.7%45.1%-
XYZ9.794.9116.65-
YUV53.93162.47168.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.44%
GREEN value IS 13 (5.47% from 255) = 5.44%
BLUE value IS 115 (45.31% from 255) = 48.12%
R=46.44%
G=5.44%
B=48.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111131150.030.8900.55297.6579.6925.1
Hex6FD7335903712a5019
Octal15715163313106745212031
Binary1101111110111100111110110010110111100101010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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