#610225

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

Shades of Tyrian Purple #610225

Tints of Tyrian Purple #610225

Color information

#610225 (or 0x610225) is unknown color: approx Tyrian Purple. HEX triplet: 61, 02 and 25. RGB value is (97,2,37). Sum of RGB (Red+Green+Blue) = 97+2+37=136 (18% of max value = 765). Red value is 97 (38.28% from 255 or 71.32% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 97 - color contains mainly: red. Hex color #610225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610225 is #9EFDDA. Grayscale: #222222. Windows color (decimal): -10419675 or 2425441. OLE color: 2425441.

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

Color convert

RGB97237-
CMYK00.980.620.62
HSL337.89º95.96%19.41%-
HSV(B)337.89º97.94%38.04%-
XYZ5.292.722-
YUV34.39129.47172.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 71.32%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 37 (14.84% from 255) = 27.21%
R=71.32%
G=1.47%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9723700.980.620.62337.8995.9619.41
Hex612250623E3E1526013
Octal1412450142767652214023
Binary11000011010010101100010111110111110101010010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610225; }

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

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

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

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

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

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

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

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