#6F055A

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

Shades of Tyrian Purple #6F055A

Tints of Tyrian Purple #6F055A

Color information

#6F055A (or 0x6F055A) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 05 and 5A. RGB value is (111,5,90). Sum of RGB (Red+Green+Blue) = 111+5+90=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F055A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F055A is #90FAA5. Grayscale: #2E2E2E. Windows color (decimal): -9501350 or 5899631. OLE color: 5899631.

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

Color convert

RGB111590-
CMYK00.950.190.56
HSL311.89º91.38%22.75%-
HSV(B)311.89º95.5%43.53%-
XYZ8.464.2310.04-
YUV46.38152.62174.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.88%
GREEN value IS 5 (2.34% from 255) = 2.43%
BLUE value IS 90 (35.55% from 255) = 43.69%
R=53.88%
G=2.43%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11159000.950.190.56311.8991.3822.75
Hex6F55A05F13381385b17
Octal15751320137237047013327
Binary110111110110110100101111110011111000100111000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F055A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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