#69073B

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

Shades of Tyrian Purple #69073B

Tints of Tyrian Purple #69073B

Color information

#69073B (or 0x69073B) is unknown color: approx Tyrian Purple. HEX triplet: 69, 07 and 3B. RGB value is (105,7,59). Sum of RGB (Red+Green+Blue) = 105+7+59=171 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.40% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 105 - color contains mainly: red. Hex color #69073B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69073B is #96F8C4. Grayscale: #2A2A2A. Windows color (decimal): -9894085 or 3868521. OLE color: 3868521.

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

Color convert

RGB105759-
CMYK00.930.440.59
HSL328.16º87.5%21.96%-
HSV(B)328.16º93.33%41.18%-
XYZ6.693.474.45-
YUV42.23137.47172.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 61.40%
GREEN value IS 7 (3.12% from 255) = 4.09%
BLUE value IS 59 (23.44% from 255) = 34.50%
R=61.40%
G=4.09%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10575900.930.440.59328.1687.521.96
Hex6973B05D2C3B1485816
Octal1517730135547351013026
Binary110100111111101101011101101100111011101001000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69073B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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