#610435

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

Shades of Tyrian Purple #610435

Tints of Tyrian Purple #610435

Color information

#610435 (or 0x610435) is unknown color: approx Tyrian Purple. HEX triplet: 61, 04 and 35. RGB value is (97,4,53). Sum of RGB (Red+Green+Blue) = 97+4+53=154 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.99% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 97 - color contains mainly: red. Hex color #610435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610435 is #9EFBCA. Grayscale: #252525. Windows color (decimal): -10419147 or 3474529. OLE color: 3474529.

HSL color Cylindrical-coordinate representation of color #610435: hue angle of 328.39º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #610435 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB97453-
CMYK00.960.450.62
HSL328.39º92.08%19.8%-
HSV(B)328.39º95.88%38.04%-
XYZ5.622.893.63-
YUV37.39136.81170.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.99%
GREEN value IS 4 (1.95% from 255) = 2.60%
BLUE value IS 53 (21.09% from 255) = 34.42%
R=62.99%
G=2.60%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9745300.960.450.62328.3992.0819.8
Hex614350602D3E1485c14
Octal1414650140557651013424
Binary110000110011010101100000101101111110101001000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610435; }

 p { color: rgb(97,4,53); }

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

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

 a { background-color: rgb(97,4,53); }

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

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

 span { border-color: rgb(97,4,53); }

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