#6F073A

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

Shades of Tyrian Purple #6F073A

Tints of Tyrian Purple #6F073A

Color information

#6F073A (or 0x6F073A) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 07 and 3A. RGB value is (111,7,58). Sum of RGB (Red+Green+Blue) = 111+7+58=176 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.07% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 111 - color contains mainly: red. Hex color #6F073A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F073A is #90F8C5. Grayscale: #2B2B2B. Windows color (decimal): -9500870 or 3802991. OLE color: 3802991.

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

Color convert

RGB111758-
CMYK00.940.480.56
HSL330.58º88.14%23.14%-
HSV(B)330.58º93.69%43.53%-
XYZ7.43.844.35-
YUV43.91135.96175.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 63.07%
GREEN value IS 7 (3.12% from 255) = 3.98%
BLUE value IS 58 (23.05% from 255) = 32.95%
R=63.07%
G=3.98%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11175800.940.480.56330.5888.1423.14
Hex6F73A05E303814b5817
Octal1577720136607051313027
Binary110111111111101001011110110000111000101001011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F073A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,7,58); }

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

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

 a { background-color: rgb(111,7,58); }

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

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

 span { border-color: rgb(111,7,58); }

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