#61103A

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

Shades of Tyrian Purple #61103A

Tints of Tyrian Purple #61103A

Color information

#61103A (or 0x61103A) is unknown color: approx Tyrian Purple. HEX triplet: 61, 10 and 3A. RGB value is (97,16,58). Sum of RGB (Red+Green+Blue) = 97+16+58=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #61103A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61103A is #9EEFC5. Grayscale: #2C2C2C. Windows color (decimal): -10416070 or 3805281. OLE color: 3805281.

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

Color convert

RGB971658-
CMYK00.840.400.62
HSL328.89º71.68%22.16%-
HSV(B)328.89º83.51%38.04%-
XYZ5.883.224.31-
YUV45.01135.34165.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.73%
GREEN value IS 16 (6.64% from 255) = 9.36%
BLUE value IS 58 (23.05% from 255) = 33.92%
R=56.73%
G=9.36%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97165800.840.400.62328.8971.6822.16
Hex61103A054283E1494816
Octal14120720124507651111026
Binary11000011000011101001010100101000111110101001001100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61103A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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