#69072A

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

Shades of Tyrian Purple #69072A

Tints of Tyrian Purple #69072A

Color information

#69072A (or 0x69072A) is unknown color: approx Tyrian Purple. HEX triplet: 69, 07 and 2A. RGB value is (105,7,42). Sum of RGB (Red+Green+Blue) = 105+7+42=154 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.18% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 105 - color contains mainly: red. Hex color #69072A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69072A is #96F8D5. Grayscale: #282828. Windows color (decimal): -9894102 or 2754409. OLE color: 2754409.

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

Color convert

RGB105742-
CMYK00.930.60.59
HSL338.57º87.5%21.96%-
HSV(B)338.57º93.33%41.18%-
XYZ6.323.322.5-
YUV40.29128.97174.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 68.18%
GREEN value IS 7 (3.12% from 255) = 4.55%
BLUE value IS 42 (16.80% from 255) = 27.27%
R=68.18%
G=4.55%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10574200.930.60.59338.5787.521.96
Hex6972A05D3C3B1535816
Octal1517520135747352313026
Binary110100111110101001011101111100111011101010011101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69072A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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