#6F0543

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

Shades of Tyrian Purple #6F0543

Tints of Tyrian Purple #6F0543

Color information

#6F0543 (or 0x6F0543) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 05 and 43. RGB value is (111,5,67). Sum of RGB (Red+Green+Blue) = 111+5+67=183 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.66% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0543 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0543 is #90FABC. Grayscale: #2B2B2B. Windows color (decimal): -9501373 or 4392303. OLE color: 4392303.

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

Color convert

RGB111567-
CMYK00.950.400.56
HSL324.91º91.38%22.75%-
HSV(B)324.91º95.5%43.53%-
XYZ7.623.895.66-
YUV43.76141.12175.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 60.66%
GREEN value IS 5 (2.34% from 255) = 2.73%
BLUE value IS 67 (26.56% from 255) = 36.61%
R=60.66%
G=2.73%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11156700.950.400.56324.9191.3822.75
Hex6F54305F28381455b17
Octal15751030137507050513327
Binary1101111101100001101011111101000111000101000101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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