#6F0953

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

Shades of Tyrian Purple #6F0953

Tints of Tyrian Purple #6F0953

Color information

#6F0953 (or 0x6F0953) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 09 and 53. RGB value is (111,9,83). Sum of RGB (Red+Green+Blue) = 111+9+83=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0953 is #90F6AC. Grayscale: #2F2F2F. Windows color (decimal): -9500333 or 5441903. OLE color: 5441903.

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

Color convert

RGB111983-
CMYK00.920.250.56
HSL316.47º85%23.53%-
HSV(B)316.47º91.89%43.53%-
XYZ8.214.28.56-
YUV47.93147.79172.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.68%
GREEN value IS 9 (3.91% from 255) = 4.43%
BLUE value IS 83 (32.81% from 255) = 40.89%
R=54.68%
G=4.43%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11198300.920.250.56316.478523.53
Hex6F95305C193813c5518
Octal157111230134317047412530
Binary1101111100110100110101110011001111000100111100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,9,83); }

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

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

 a { background-color: rgb(111,9,83); }

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

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

 span { border-color: rgb(111,9,83); }

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