#610044

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

Shades of Tyrian Purple #610044

Tints of Tyrian Purple #610044

Color information

#610044 (or 0x610044) is unknown color: approx Tyrian Purple. HEX triplet: 61, 00 and 44. RGB value is (97,0,68). Sum of RGB (Red+Green+Blue) = 97+0+68=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 68 (26.95% from 255 or 41.21% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #610044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610044 is #9EFFBB. Grayscale: #242424. Windows color (decimal): -10420156 or 4456545. OLE color: 4456545.

HSL color Cylindrical-coordinate representation of color #610044: hue angle of 317.94º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610044 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB97068-
CMYK010.300.62
HSL317.94º100%19.02%-
HSV(B)317.94º100%38.04%-
XYZ5.972.965.73-
YUV36.76145.64170.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 68 (26.95% from 255) = 41.21%
R=58.79%
G=0%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97068010.300.62317.9410019.02
Hex610440641E3E13e6413
Octal14101040144367647614423
Binary1100001010001000110010011110111110100111110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610044; }

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

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

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

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

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

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

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

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