#610945

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

Shades of Tyrian Purple #610945

Tints of Tyrian Purple #610945

Color information

#610945 (or 0x610945) is unknown color: approx Tyrian Purple. HEX triplet: 61, 09 and 45. RGB value is (97,9,69). Sum of RGB (Red+Green+Blue) = 97+9+69=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #610945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610945 is #9EF6BA. Grayscale: #2A2A2A. Windows color (decimal): -10417851 or 4524385. OLE color: 4524385.

HSL color Cylindrical-coordinate representation of color #610945: hue angle of 319.09º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610945 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB97969-
CMYK00.910.290.62
HSL319.09º83.02%20.78%-
HSV(B)319.09º90.72%38.04%-
XYZ6.13.175.92-
YUV42.15143.15167.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.43%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 69 (27.34% from 255) = 39.43%
R=55.43%
G=5.14%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9796900.910.290.62319.0983.0220.78
Hex6194505B1D3E13f5315
Octal141111050133357647712325
Binary1100001100110001010101101111101111110100111111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610945; }

 p { color: rgb(97,9,69); }

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

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

 a { background-color: rgb(97,9,69); }

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

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

 span { border-color: rgb(97,9,69); }

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