#61123A

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

Shades of Tyrian Purple #61123A

Tints of Tyrian Purple #61123A

Color information

#61123A (or 0x61123A) is unknown color: approx Tyrian Purple. HEX triplet: 61, 12 and 3A. RGB value is (97,18,58). Sum of RGB (Red+Green+Blue) = 97+18+58=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #61123A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61123A is #9EEDC5. Grayscale: #2E2E2E. Windows color (decimal): -10415558 or 3805793. OLE color: 3805793.

HSL color Cylindrical-coordinate representation of color #61123A: hue angle of 329.62º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #61123A is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB971858-
CMYK00.810.400.62
HSL329.62º68.7%22.55%-
HSV(B)329.62º81.44%38.04%-
XYZ5.913.284.32-
YUV46.18134.67164.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.07%
GREEN value IS 18 (7.42% from 255) = 10.40%
BLUE value IS 58 (23.05% from 255) = 33.53%
R=56.07%
G=10.40%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97185800.810.400.62329.6268.722.55
Hex61123A051283E14a4517
Octal14122720121507651210527
Binary11000011001011101001010001101000111110101001010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61123A; }

 p { color: rgb(97,18,58); }

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

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

 a { background-color: rgb(97,18,58); }

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

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

 span { border-color: rgb(97,18,58); }

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