#6F053C

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

Shades of Tyrian Purple #6F053C

Tints of Tyrian Purple #6F053C

Color information

#6F053C (or 0x6F053C) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 05 and 3C. RGB value is (111,5,60). Sum of RGB (Red+Green+Blue) = 111+5+60=176 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.07% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 111 - color contains mainly: red. Hex color #6F053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F053C is #90FAC3. Grayscale: #2A2A2A. Windows color (decimal): -9501380 or 3933551. OLE color: 3933551.

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

Color convert

RGB111560-
CMYK00.950.460.56
HSL328.87º91.38%22.75%-
HSV(B)328.87º95.5%43.53%-
XYZ7.433.814.62-
YUV42.96137.62176.53-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 63.07%
GREEN value IS 5 (2.34% from 255) = 2.84%
BLUE value IS 60 (23.83% from 255) = 34.09%
R=63.07%
G=2.84%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11156000.950.460.56328.8791.3822.75
Hex6F53C05F2E381495b17
Octal1575740137567051113327
Binary110111110111110001011111101110111000101001001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F053C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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