#690130

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

Shades of Tyrian Purple #690130

Tints of Tyrian Purple #690130

Color information

#690130 (or 0x690130) is unknown color: approx Tyrian Purple. HEX triplet: 69, 01 and 30. RGB value is (105,1,48). Sum of RGB (Red+Green+Blue) = 105+1+48=154 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.18% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 105 - color contains mainly: red. Hex color #690130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690130 is #96FECF. Grayscale: #252525. Windows color (decimal): -9895632 or 3146089. OLE color: 3146089.

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

Color convert

RGB105148-
CMYK00.990.540.59
HSL332.88º98.11%20.78%-
HSV(B)332.88º99.05%41.18%-
XYZ6.373.243.09-
YUV37.45133.96176.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 68.18%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 48 (19.14% from 255) = 31.17%
R=68.18%
G=0.65%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10514800.990.540.59332.8898.1120.78
Hex69130063363B14d6215
Octal1511600143667351514225
Binary1101001111000001100011110110111011101001101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690130; }

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

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

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

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

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

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

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

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