#610245

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

Shades of Tyrian Purple #610245

Tints of Tyrian Purple #610245

Color information

#610245 (or 0x610245) is unknown color: approx Tyrian Purple. HEX triplet: 61, 02 and 45. RGB value is (97,2,69). Sum of RGB (Red+Green+Blue) = 97+2+69=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #610245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610245 is #9EFDBA. Grayscale: #252525. Windows color (decimal): -10419643 or 4522593. OLE color: 4522593.

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

Color convert

RGB97269-
CMYK00.980.290.62
HSL317.68º95.96%19.41%-
HSV(B)317.68º97.94%38.04%-
XYZ6.033.015.89-
YUV38.04145.47170.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.74%
GREEN value IS 2 (1.17% from 255) = 1.19%
BLUE value IS 69 (27.34% from 255) = 41.07%
R=57.74%
G=1.19%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9726900.980.290.62317.6895.9619.41
Hex612450621D3E13e6013
Octal14121050142357647614023
Binary11000011010001010110001011101111110100111110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610245; }

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

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

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

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

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

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

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

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