#610425

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

Shades of Tyrian Purple #610425

Tints of Tyrian Purple #610425

Color information

#610425 (or 0x610425) is unknown color: approx Tyrian Purple. HEX triplet: 61, 04 and 25. RGB value is (97,4,37). Sum of RGB (Red+Green+Blue) = 97+4+37=138 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.29% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 97 - color contains mainly: red. Hex color #610425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610425 is #9EFBDA. Grayscale: #232323. Windows color (decimal): -10419163 or 2425953. OLE color: 2425953.

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

Color convert

RGB97437-
CMYK00.960.620.62
HSL338.71º92.08%19.8%-
HSV(B)338.71º95.88%38.04%-
XYZ5.312.762-
YUV35.57128.81171.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 70.29%
GREEN value IS 4 (1.95% from 255) = 2.90%
BLUE value IS 37 (14.84% from 255) = 26.81%
R=70.29%
G=2.90%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9743700.960.620.62338.7192.0819.8
Hex614250603E3E1535c14
Octal1414450140767652313424
Binary110000110010010101100000111110111110101010011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610425; }

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

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

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

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

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

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

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

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