#690053

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

Shades of Tyrian Purple #690053

Tints of Tyrian Purple #690053

Color information

#690053 (or 0x690053) is unknown color: approx Tyrian Purple. HEX triplet: 69, 00 and 53. RGB value is (105,0,83). Sum of RGB (Red+Green+Blue) = 105+0+83=188 (24% of max value = 765). Red value is 105 (41.41% from 255 or 55.85% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 105 - color contains mainly: red. Hex color #690053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690053 is #96FFAC. Grayscale: #282828. Windows color (decimal): -9895853 or 5439593. OLE color: 5439593.

HSL color Cylindrical-coordinate representation of color #690053: hue angle of 312.57º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #690053 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB105083-
CMYK010.210.59
HSL312.57º100%20.59%-
HSV(B)312.57º100%41.18%-
XYZ7.393.638.49-
YUV40.86151.79173.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 44.15%
R=55.85%
G=0%
B=44.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105083010.210.59312.5710020.59
Hex69053064153B1396415
Octal15101230144257347114425
Binary1101001010100110110010010101111011100111001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690053; }

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

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

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

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

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

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

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

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