#610224

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

Shades of Tyrian Purple #610224

Tints of Tyrian Purple #610224

Color information

#610224 (or 0x610224) is unknown color: approx Tyrian Purple. HEX triplet: 61, 02 and 24. RGB value is (97,2,36). Sum of RGB (Red+Green+Blue) = 97+2+36=135 (17% of max value = 765). Red value is 97 (38.28% from 255 or 71.85% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 97 - color contains mainly: red. Hex color #610224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610224 is #9EFDDB. Grayscale: #222222. Windows color (decimal): -10419676 or 2359905. OLE color: 2359905.

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

Color convert

RGB97236-
CMYK00.980.630.62
HSL338.53º95.96%19.41%-
HSV(B)338.53º97.94%38.04%-
XYZ5.272.711.91-
YUV34.28128.97172.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 71.85%
GREEN value IS 2 (1.17% from 255) = 1.48%
BLUE value IS 36 (14.45% from 255) = 26.67%
R=71.85%
G=1.48%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9723600.980.630.62338.5395.9619.41
Hex612240623F3E1536013
Octal1412440142777652314023
Binary11000011010010001100010111111111110101010011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610224; }

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

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

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

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

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

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

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

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