#69053A

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

Shades of Tyrian Purple #69053A

Tints of Tyrian Purple #69053A

Color information

#69053A (or 0x69053A) is unknown color: approx Tyrian Purple. HEX triplet: 69, 05 and 3A. RGB value is (105,5,58). Sum of RGB (Red+Green+Blue) = 105+5+58=168 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.5% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 105 - color contains mainly: red. Hex color #69053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69053A is #96FAC5. Grayscale: #282828. Windows color (decimal): -9894598 or 3802473. OLE color: 3802473.

HSL color Cylindrical-coordinate representation of color #69053A: hue angle of 328.2º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #69053A is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB105558-
CMYK00.950.450.59
HSL328.2º90.91%21.57%-
HSV(B)328.2º95.24%41.18%-
XYZ6.643.424.31-
YUV40.94137.63173.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 62.5%
GREEN value IS 5 (2.34% from 255) = 2.98%
BLUE value IS 58 (23.05% from 255) = 34.52%
R=62.5%
G=2.98%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10555800.950.450.59328.290.9121.57
Hex6953A05F2D3B1485b16
Octal1515720137557351013326
Binary110100110111101001011111101101111011101001000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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