#6F054A

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

Shades of Tyrian Purple #6F054A

Tints of Tyrian Purple #6F054A

Color information

#6F054A (or 0x6F054A) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 05 and 4A. RGB value is (111,5,74). Sum of RGB (Red+Green+Blue) = 111+5+74=190 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.42% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 111 - color contains mainly: red. Hex color #6F054A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F054A is #90FAB5. Grayscale: #2C2C2C. Windows color (decimal): -9501366 or 4851055. OLE color: 4851055.

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

Color convert

RGB111574-
CMYK00.950.330.56
HSL320.94º91.38%22.75%-
HSV(B)320.94º95.5%43.53%-
XYZ7.853.986.83-
YUV44.56144.62175.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 58.42%
GREEN value IS 5 (2.34% from 255) = 2.63%
BLUE value IS 74 (29.30% from 255) = 38.95%
R=58.42%
G=2.63%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11157400.950.330.56320.9491.3822.75
Hex6F54A05F21381415b17
Octal15751120137417050113327
Binary1101111101100101001011111100001111000101000001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F054A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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