#61003C

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

Shades of Tyrian Purple #61003C

Tints of Tyrian Purple #61003C

Color information

#61003C (or 0x61003C) is unknown color: approx Tyrian Purple. HEX triplet: 61, 00 and 3C. RGB value is (97,0,60). Sum of RGB (Red+Green+Blue) = 97+0+60=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #61003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61003C is #9EFFC3. Grayscale: #232323. Windows color (decimal): -10420164 or 3932257. OLE color: 3932257.

HSL color Cylindrical-coordinate representation of color #61003C: hue angle of 322.89º 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 #61003C is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB97060-
CMYK010.380.62
HSL322.89º100%19.02%-
HSV(B)322.89º100%38.04%-
XYZ5.752.874.53-
YUV35.84141.64171.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 60 (23.83% from 255) = 38.22%
R=61.78%
G=0%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97060010.380.62322.8910019.02
Hex6103C064263E1436413
Octal1410740144467650314423
Binary1100001011110001100100100110111110101000011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61003C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61003C; }

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

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

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

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

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

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

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

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