#6F053D

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

Shades of Tyrian Purple #6F053D

Tints of Tyrian Purple #6F053D

Color information

#6F053D (or 0x6F053D) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 05 and 3D. RGB value is (111,5,61). Sum of RGB (Red+Green+Blue) = 111+5+61=177 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.71% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 111 - color contains mainly: red. Hex color #6F053D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F053D is #90FAC2. Grayscale: #2A2A2A. Windows color (decimal): -9501379 or 3999087. OLE color: 3999087.

HSL color Cylindrical-coordinate representation of color #6F053D: hue angle of 328.3º 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 #6F053D is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB111561-
CMYK00.950.450.56
HSL328.3º91.38%22.75%-
HSV(B)328.3º95.5%43.53%-
XYZ7.453.824.76-
YUV43.08138.12176.45-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 62.71%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 61 (24.22% from 255) = 34.46%
R=62.71%
G=2.82%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11156100.950.450.56328.391.3822.75
Hex6F53D05F2D381485b17
Octal1575750137557051013327
Binary110111110111110101011111101101111000101001000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F053D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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