#6F084A

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

Shades of Tyrian Purple #6F084A

Tints of Tyrian Purple #6F084A

Color information

#6F084A (or 0x6F084A) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 08 and 4A. RGB value is (111,8,74). Sum of RGB (Red+Green+Blue) = 111+8+74=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F084A is #90F7B5. Grayscale: #2E2E2E. Windows color (decimal): -9500598 or 4851823. OLE color: 4851823.

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

Color convert

RGB111874-
CMYK00.930.330.56
HSL321.55º86.55%23.33%-
HSV(B)321.55º92.79%43.53%-
XYZ7.884.056.84-
YUV46.32143.62174.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 57.51%
GREEN value IS 8 (3.52% from 255) = 4.15%
BLUE value IS 74 (29.30% from 255) = 38.34%
R=57.51%
G=4.15%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11187400.930.330.56321.5586.5523.33
Hex6F84A05D21381425717
Octal157101120135417050212727
Binary11011111000100101001011101100001111000101000010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F084A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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