#69054D

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

Shades of Tyrian Purple #69054D

Tints of Tyrian Purple #69054D

Color information

#69054D (or 0x69054D) is unknown color: approx Tyrian Purple. HEX triplet: 69, 05 and 4D. RGB value is (105,5,77). Sum of RGB (Red+Green+Blue) = 105+5+77=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #69054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69054D is #96FAB2. Grayscale: #2A2A2A. Windows color (decimal): -9894579 or 5047657. OLE color: 5047657.

HSL color Cylindrical-coordinate representation of color #69054D: hue angle of 316.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 #69054D is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB105577-
CMYK00.950.270.59
HSL316.8º90.91%21.57%-
HSV(B)316.8º95.24%41.18%-
XYZ7.223.657.34-
YUV43.11147.13172.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.15%
GREEN value IS 5 (2.34% from 255) = 2.67%
BLUE value IS 77 (30.47% from 255) = 41.18%
R=56.15%
G=2.67%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10557700.950.270.59316.890.9121.57
Hex6954D05F1B3B13d5b16
Octal15151150137337347513326
Binary110100110110011010101111111011111011100111101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69054D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69054D; }

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

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

<style>
 a { background-color: #69054D; }

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

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

<style>
 span { border-color: #69054D; }

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

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