#690730

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

Shades of Tyrian Purple #690730

Tints of Tyrian Purple #690730

Color information

#690730 (or 0x690730) is unknown color: approx Tyrian Purple. HEX triplet: 69, 07 and 30. RGB value is (105,7,48). Sum of RGB (Red+Green+Blue) = 105+7+48=160 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.62% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 105 - color contains mainly: red. Hex color #690730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690730 is #96F8CF. Grayscale: #282828. Windows color (decimal): -9894096 or 3147625. OLE color: 3147625.

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

Color convert

RGB105748-
CMYK00.930.540.59
HSL334.9º87.5%21.96%-
HSV(B)334.9º93.33%41.18%-
XYZ6.443.373.11-
YUV40.98131.97173.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 65.62%
GREEN value IS 7 (3.12% from 255) = 4.38%
BLUE value IS 48 (19.14% from 255) = 30%
R=65.62%
G=4.38%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10574800.930.540.59334.987.521.96
Hex6973005D363B14f5816
Octal1517600135667351713026
Binary110100111111000001011101110110111011101001111101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690730; }

 p { color: rgb(105,7,48); }

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

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

 a { background-color: rgb(105,7,48); }

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

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

 span { border-color: rgb(105,7,48); }

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