#69073A

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

Shades of Tyrian Purple #69073A

Tints of Tyrian Purple #69073A

Color information

#69073A (or 0x69073A) is unknown color: approx Tyrian Purple. HEX triplet: 69, 07 and 3A. RGB value is (105,7,58). Sum of RGB (Red+Green+Blue) = 105+7+58=170 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.76% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 105 - color contains mainly: red. Hex color #69073A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69073A is #96F8C5. Grayscale: #2A2A2A. Windows color (decimal): -9894086 or 3802985. OLE color: 3802985.

HSL color Cylindrical-coordinate representation of color #69073A: hue angle of 328.78º 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 #69073A is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB105758-
CMYK00.930.450.59
HSL328.78º87.5%21.96%-
HSV(B)328.78º93.33%41.18%-
XYZ6.673.464.32-
YUV42.12136.97172.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 61.76%
GREEN value IS 7 (3.12% from 255) = 4.12%
BLUE value IS 58 (23.05% from 255) = 34.12%
R=61.76%
G=4.12%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10575800.930.450.59328.7887.521.96
Hex6973A05D2D3B1495816
Octal1517720135557351113026
Binary110100111111101001011101101101111011101001001101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69073A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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