#610930

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

Shades of Tyrian Purple #610930

Tints of Tyrian Purple #610930

Color information

#610930 (or 0x610930) is unknown color: approx Tyrian Purple. HEX triplet: 61, 09 and 30. RGB value is (97,9,48). Sum of RGB (Red+Green+Blue) = 97+9+48=154 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.99% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 97 - color contains mainly: red. Hex color #610930 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610930 is #9EF6CF. Grayscale: #272727. Windows color (decimal): -10417872 or 3148129. OLE color: 3148129.

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

Color convert

RGB97948-
CMYK00.910.510.62
HSL333.41º83.02%20.78%-
HSV(B)333.41º90.72%38.04%-
XYZ5.562.953.07-
YUV39.76132.65168.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.99%
GREEN value IS 9 (3.91% from 255) = 5.84%
BLUE value IS 48 (19.14% from 255) = 31.17%
R=62.99%
G=5.84%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9794800.910.510.62333.4183.0220.78
Hex6193005B333E14d5315
Octal14111600133637651512325
Binary1100001100111000001011011110011111110101001101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610930; }

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

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

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

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

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

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

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

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