#69073E

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

Shades of Tyrian Purple #69073E

Tints of Tyrian Purple #69073E

Color information

#69073E (or 0x69073E) is unknown color: approx Tyrian Purple. HEX triplet: 69, 07 and 3E. RGB value is (105,7,62). Sum of RGB (Red+Green+Blue) = 105+7+62=174 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60.34% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 105 - color contains mainly: red. Hex color #69073E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69073E is #96F8C1. Grayscale: #2A2A2A. Windows color (decimal): -9894082 or 4065129. OLE color: 4065129.

HSL color Cylindrical-coordinate representation of color #69073E: hue angle of 326.33º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #69073E is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB105762-
CMYK00.930.410.59
HSL326.33º87.5%21.96%-
HSV(B)326.33º93.33%41.18%-
XYZ6.773.54.88-
YUV42.57138.97172.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 60.34%
GREEN value IS 7 (3.12% from 255) = 4.02%
BLUE value IS 62 (24.61% from 255) = 35.63%
R=60.34%
G=4.02%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10576200.930.410.59326.3387.521.96
Hex6973E05D293B1465816
Octal1517760135517350613026
Binary110100111111111001011101101001111011101000110101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69073E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69073E; }

 p { color: rgb(105,7,62); }

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

<style>
 a { background-color: #69073E; }

 a { background-color: rgb(105,7,62); }

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

<style>
 span { border-color: #69073E; }

 span { border-color: rgb(105,7,62); }

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