#690553

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

Shades of Tyrian Purple #690553

Tints of Tyrian Purple #690553

Color information

#690553 (or 0x690553) is unknown color: approx Tyrian Purple. HEX triplet: 69, 05 and 53. RGB value is (105,5,83). Sum of RGB (Red+Green+Blue) = 105+5+83=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #690553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690553 is #96FAAC. Grayscale: #2B2B2B. Windows color (decimal): -9894573 or 5440873. OLE color: 5440873.

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

Color convert

RGB105583-
CMYK00.950.210.59
HSL313.2º90.91%21.57%-
HSV(B)313.2º95.24%41.18%-
XYZ7.443.748.51-
YUV43.79150.13171.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.40%
GREEN value IS 5 (2.34% from 255) = 2.59%
BLUE value IS 83 (32.81% from 255) = 43.01%
R=54.40%
G=2.59%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10558300.950.210.59313.290.9121.57
Hex6955305F153B1395b16
Octal15151230137257347113326
Binary110100110110100110101111110101111011100111001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690553; }

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

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

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

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

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

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

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

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