#690554

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

Shades of Tyrian Purple #690554

Tints of Tyrian Purple #690554

Color information

#690554 (or 0x690554) is unknown color: approx Tyrian Purple. HEX triplet: 69, 05 and 54. RGB value is (105,5,84). Sum of RGB (Red+Green+Blue) = 105+5+84=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 84 (33.20% from 255 or 43.30% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #690554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690554 is #96FAAB. Grayscale: #2B2B2B. Windows color (decimal): -9894572 or 5506409. OLE color: 5506409.

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

Color convert

RGB105584-
CMYK00.950.200.59
HSL312.6º90.91%21.57%-
HSV(B)312.6º95.24%41.18%-
XYZ7.483.758.72-
YUV43.91150.63171.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.12%
GREEN value IS 5 (2.34% from 255) = 2.58%
BLUE value IS 84 (33.20% from 255) = 43.30%
R=54.12%
G=2.58%
B=43.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10558400.950.200.59312.690.9121.57
Hex6955405F143B1395b16
Octal15151240137247347113326
Binary110100110110101000101111110100111011100111001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690554; }

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

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

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

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

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

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

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

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