#69054B

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

Shades of Tyrian Purple #69054B

Tints of Tyrian Purple #69054B

Color information

#69054B (or 0x69054B) is unknown color: approx Tyrian Purple. HEX triplet: 69, 05 and 4B. RGB value is (105,5,75). Sum of RGB (Red+Green+Blue) = 105+5+75=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #69054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69054B is #96FAB4. Grayscale: #2A2A2A. Windows color (decimal): -9894581 or 4916585. OLE color: 4916585.

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

Color convert

RGB105575-
CMYK00.950.290.59
HSL318º90.91%21.57%-
HSV(B)318º95.24%41.18%-
XYZ7.153.626.98-
YUV42.88146.13172.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.76%
GREEN value IS 5 (2.34% from 255) = 2.70%
BLUE value IS 75 (29.69% from 255) = 40.54%
R=56.76%
G=2.70%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10557500.950.290.5931890.9121.57
Hex6954B05F1D3B13e5b16
Octal15151130137357347613326
Binary110100110110010110101111111101111011100111110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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