#610432

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

Shades of Tyrian Purple #610432

Tints of Tyrian Purple #610432

Color information

#610432 (or 0x610432) is unknown color: approx Tyrian Purple. HEX triplet: 61, 04 and 32. RGB value is (97,4,50). Sum of RGB (Red+Green+Blue) = 97+4+50=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #610432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610432 is #9EFBCD. Grayscale: #242424. Windows color (decimal): -10419150 or 3277921. OLE color: 3277921.

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

Color convert

RGB97450-
CMYK00.960.480.62
HSL330.32º92.08%19.8%-
HSV(B)330.32º95.88%38.04%-
XYZ5.552.863.28-
YUV37.05135.31170.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 64.24%
GREEN value IS 4 (1.95% from 255) = 2.65%
BLUE value IS 50 (19.92% from 255) = 33.11%
R=64.24%
G=2.65%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9745000.960.480.62330.3292.0819.8
Hex61432060303E14a5c14
Octal1414620140607651213424
Binary110000110011001001100000110000111110101001010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610432; }

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

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

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

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

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

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

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

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