#610125

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

Shades of Tyrian Purple #610125

Tints of Tyrian Purple #610125

Color information

#610125 (or 0x610125) is unknown color: approx Tyrian Purple. HEX triplet: 61, 01 and 25. RGB value is (97,1,37). Sum of RGB (Red+Green+Blue) = 97+1+37=135 (17% of max value = 765). Red value is 97 (38.28% from 255 or 71.85% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 97 - color contains mainly: red. Hex color #610125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610125 is #9EFEDA. Grayscale: #212121. Windows color (decimal): -10419931 or 2425185. OLE color: 2425185.

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

Color convert

RGB97137-
CMYK00.990.620.62
HSL337.5º97.96%19.22%-
HSV(B)337.5º98.97%38.04%-
XYZ5.272.71.99-
YUV33.81129.8173.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 71.85%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 37 (14.84% from 255) = 27.41%
R=71.85%
G=0.74%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9713700.990.620.62337.597.9619.22
Hex611250633E3E1526213
Octal1411450143767652214223
Binary1100001110010101100011111110111110101010010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610125; }

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

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

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

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

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

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

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

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