#69053E

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

Shades of Tyrian Purple #69053E

Tints of Tyrian Purple #69053E

Color information

#69053E (or 0x69053E) is unknown color: approx Tyrian Purple. HEX triplet: 69, 05 and 3E. RGB value is (105,5,62). Sum of RGB (Red+Green+Blue) = 105+5+62=172 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.05% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 105 - color contains mainly: red. Hex color #69053E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69053E is #96FAC1. Grayscale: #292929. Windows color (decimal): -9894594 or 4064617. OLE color: 4064617.

HSL color Cylindrical-coordinate representation of color #69053E: hue angle of 325.8º 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 #69053E is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB105562-
CMYK00.950.410.59
HSL325.8º90.91%21.57%-
HSV(B)325.8º95.24%41.18%-
XYZ6.753.464.87-
YUV41.4139.63173.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 61.05%
GREEN value IS 5 (2.34% from 255) = 2.91%
BLUE value IS 62 (24.61% from 255) = 36.05%
R=61.05%
G=2.91%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10556200.950.410.59325.890.9121.57
Hex6953E05F293B1465b16
Octal1515760137517350613326
Binary110100110111111001011111101001111011101000110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69053E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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