#6F053F

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

Shades of Tyrian Purple #6F053F

Tints of Tyrian Purple #6F053F

Color information

#6F053F (or 0x6F053F) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 05 and 3F. RGB value is (111,5,63). Sum of RGB (Red+Green+Blue) = 111+5+63=179 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.01% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 111 - color contains mainly: red. Hex color #6F053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F053F is #90FAC0. Grayscale: #2B2B2B. Windows color (decimal): -9501377 or 4130159. OLE color: 4130159.

HSL color Cylindrical-coordinate representation of color #6F053F: hue angle of 327.17º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F053F is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB111563-
CMYK00.950.430.56
HSL327.17º91.38%22.75%-
HSV(B)327.17º95.5%43.53%-
XYZ7.513.855.05-
YUV43.31139.12176.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 62.01%
GREEN value IS 5 (2.34% from 255) = 2.79%
BLUE value IS 63 (25% from 255) = 35.20%
R=62.01%
G=2.79%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11156300.950.430.56327.1791.3822.75
Hex6F53F05F2B381475b17
Octal1575770137537050713327
Binary110111110111111101011111101011111000101000111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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