#6F005F

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

Shades of Purple #6F005F

Tints of Purple #6F005F

Color information

#6F005F (or 0x6F005F) is unknown color: approx Purple. HEX triplet: 6F, 00 and 5F. RGB value is (111,0,95). Sum of RGB (Red+Green+Blue) = 111+0+95=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F005F is #90FFA0. Grayscale: #2B2B2B. Windows color (decimal): -9502625 or 6226031. OLE color: 6226031.

HSL color Cylindrical-coordinate representation of color #6F005F: hue angle of 308.65º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F005F is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB111095-
CMYK010.140.56
HSL308.65º100%21.76%-
HSV(B)308.65º100%43.53%-
XYZ8.624.2111.18-
YUV44.02156.77175.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 95 (37.5% from 255) = 46.12%
R=53.88%
G=0%
B=46.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111095010.140.56308.6510021.76
Hex6F05F064E381356416
Octal15701370144167046514426
Binary110111101011111011001001110111000100110101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F005F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,0,95); }

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

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

 a { background-color: rgb(111,0,95); }

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

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

 span { border-color: rgb(111,0,95); }

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