#6F0547

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

Shades of Tyrian Purple #6F0547

Tints of Tyrian Purple #6F0547

Color information

#6F0547 (or 0x6F0547) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 05 and 47. RGB value is (111,5,71). Sum of RGB (Red+Green+Blue) = 111+5+71=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0547 is #90FAB8. Grayscale: #2C2C2C. Windows color (decimal): -9501369 or 4654447. OLE color: 4654447.

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

Color convert

RGB111571-
CMYK00.950.360.56
HSL322.64º91.38%22.75%-
HSV(B)322.64º95.5%43.53%-
XYZ7.753.946.31-
YUV44.22143.12175.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 59.36%
GREEN value IS 5 (2.34% from 255) = 2.67%
BLUE value IS 71 (28.12% from 255) = 37.97%
R=59.36%
G=2.67%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11157100.950.360.56322.6491.3822.75
Hex6F54705F24381435b17
Octal15751070137447050313327
Binary1101111101100011101011111100100111000101000011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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