#610238

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

Shades of Tyrian Purple #610238

Tints of Tyrian Purple #610238

Color information

#610238 (or 0x610238) is unknown color: approx Tyrian Purple. HEX triplet: 61, 02 and 38. RGB value is (97,2,56). Sum of RGB (Red+Green+Blue) = 97+2+56=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #610238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610238 is #9EFDC7. Grayscale: #242424. Windows color (decimal): -10419656 or 3670625. OLE color: 3670625.

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

Color convert

RGB97256-
CMYK00.980.420.62
HSL325.89º95.96%19.41%-
HSV(B)325.89º97.94%38.04%-
XYZ5.672.874-
YUV36.56138.97171.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.58%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 56 (22.27% from 255) = 36.13%
R=62.58%
G=1.29%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9725600.980.420.62325.8995.9619.41
Hex612380622A3E1466013
Octal1412700142527650614023
Binary11000011011100001100010101010111110101000110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610238; }

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

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

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

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

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

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

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

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