#610244

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

Shades of Tyrian Purple #610244

Tints of Tyrian Purple #610244

Color information

#610244 (or 0x610244) is unknown color: approx Tyrian Purple. HEX triplet: 61, 02 and 44. RGB value is (97,2,68). Sum of RGB (Red+Green+Blue) = 97+2+68=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #610244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610244 is #9EFDBB. Grayscale: #252525. Windows color (decimal): -10419644 or 4457057. OLE color: 4457057.

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

Color convert

RGB97268-
CMYK00.980.300.62
HSL318.32º95.96%19.41%-
HSV(B)318.32º97.94%38.04%-
XYZ5.9935.73-
YUV37.93144.97170.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.08%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 68 (26.95% from 255) = 40.72%
R=58.08%
G=1.20%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9726800.980.300.62318.3295.9619.41
Hex612440621E3E13e6013
Octal14121040142367647614023
Binary11000011010001000110001011110111110100111110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610244; }

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

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

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

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

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

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

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

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