#610C44

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

Shades of Tyrian Purple #610C44

Tints of Tyrian Purple #610C44

Color information

#610C44 (or 0x610C44) is unknown color: approx Tyrian Purple. HEX triplet: 61, 0C and 44. RGB value is (97,12,68). Sum of RGB (Red+Green+Blue) = 97+12+68=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 68 (26.95% from 255 or 38.42% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #610C44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610C44 is #9EF3BB. Grayscale: #2B2B2B. Windows color (decimal): -10417084 or 4459617. OLE color: 4459617.

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

Color convert

RGB971268-
CMYK00.880.300.62
HSL320.47º77.98%21.37%-
HSV(B)320.47º87.63%38.04%-
XYZ6.13.225.77-
YUV43.8141.66165.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.80%
GREEN value IS 12 (5.08% from 255) = 6.78%
BLUE value IS 68 (26.95% from 255) = 38.42%
R=54.80%
G=6.78%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97126800.880.300.62320.4777.9821.37
Hex61C440581E3E1404e15
Octal141141040130367650011625
Binary1100001110010001000101100011110111110101000000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610C44; }

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

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

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

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

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

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

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

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