#610235

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

Shades of Tyrian Purple #610235

Tints of Tyrian Purple #610235

Color information

#610235 (or 0x610235) is unknown color: approx Tyrian Purple. HEX triplet: 61, 02 and 35. RGB value is (97,2,53). Sum of RGB (Red+Green+Blue) = 97+2+53=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #610235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610235 is #9EFDCA. Grayscale: #242424. Windows color (decimal): -10419659 or 3474017. OLE color: 3474017.

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

Color convert

RGB97253-
CMYK00.980.450.62
HSL327.79º95.96%19.41%-
HSV(B)327.79º97.94%38.04%-
XYZ5.592.843.62-
YUV36.22137.47171.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 63.82%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 53 (21.09% from 255) = 34.87%
R=63.82%
G=1.32%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9725300.980.450.62327.7995.9619.41
Hex612350622D3E1486013
Octal1412650142557651014023
Binary11000011011010101100010101101111110101001000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610235; }

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

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

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

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

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

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

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

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