#69074C

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

Shades of Tyrian Purple #69074C

Tints of Tyrian Purple #69074C

Color information

#69074C (or 0x69074C) is unknown color: approx Tyrian Purple. HEX triplet: 69, 07 and 4C. RGB value is (105,7,76). Sum of RGB (Red+Green+Blue) = 105+7+76=188 (24% of max value = 765). Red value is 105 (41.41% from 255 or 55.85% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 105 - color contains mainly: red. Hex color #69074C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69074C is #96F8B3. Grayscale: #2B2B2B. Windows color (decimal): -9894068 or 4982633. OLE color: 4982633.

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

Color convert

RGB105776-
CMYK00.930.280.59
HSL317.76º87.5%21.96%-
HSV(B)317.76º93.33%41.18%-
XYZ7.213.687.17-
YUV44.17145.97171.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.85%
GREEN value IS 7 (3.12% from 255) = 3.72%
BLUE value IS 76 (30.08% from 255) = 40.43%
R=55.85%
G=3.72%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10577600.930.280.59317.7687.521.96
Hex6974C05D1C3B13e5816
Octal15171140135347347613026
Binary110100111110011000101110111100111011100111110101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69074C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69074C; }

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

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

<style>
 a { background-color: #69074C; }

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

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

<style>
 span { border-color: #69074C; }

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

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