#610932

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

Shades of Tyrian Purple #610932

Tints of Tyrian Purple #610932

Color information

#610932 (or 0x610932) is unknown color: approx Tyrian Purple. HEX triplet: 61, 09 and 32. RGB value is (97,9,50). Sum of RGB (Red+Green+Blue) = 97+9+50=156 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.18% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 97 - color contains mainly: red. Hex color #610932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610932 is #9EF6CD. Grayscale: #272727. Windows color (decimal): -10417870 or 3279201. OLE color: 3279201.

HSL color Cylindrical-coordinate representation of color #610932: hue angle of 332.05º 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 #610932 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB97950-
CMYK00.910.480.62
HSL332.05º83.02%20.78%-
HSV(B)332.05º90.72%38.04%-
XYZ5.62.973.29-
YUV39.99133.65168.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.18%
GREEN value IS 9 (3.91% from 255) = 5.77%
BLUE value IS 50 (19.92% from 255) = 32.05%
R=62.18%
G=5.77%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9795000.910.480.62332.0583.0220.78
Hex6193205B303E14c5315
Octal14111620133607651412325
Binary1100001100111001001011011110000111110101001100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610932; }

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

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

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

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

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

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

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

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