#6F0E52

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

Shades of Tyrian Purple #6F0E52

Tints of Tyrian Purple #6F0E52

Color information

#6F0E52 (or 0x6F0E52) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 0E and 52. RGB value is (111,14,82). Sum of RGB (Red+Green+Blue) = 111+14+82=207 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.62% from 207); Green value is 14 (5.86% from 255 or 6.76% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0E52 is #90F1AD. Grayscale: #323232. Windows color (decimal): -9499054 or 5377647. OLE color: 5377647.

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

Color convert

RGB1111482-
CMYK00.870.260.56
HSL317.94º77.6%24.51%-
HSV(B)317.94º87.39%43.53%-
XYZ8.244.38.38-
YUV50.76145.64170.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.62%
GREEN value IS 14 (5.86% from 255) = 6.76%
BLUE value IS 82 (32.42% from 255) = 39.61%
R=53.62%
G=6.76%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111148200.870.260.56317.9477.624.51
Hex6FE520571A3813e4e19
Octal157161220127327047611631
Binary1101111111010100100101011111010111000100111110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,14,82); }

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

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

 a { background-color: rgb(111,14,82); }

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

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

 span { border-color: rgb(111,14,82); }

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