#61003A

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

Shades of Tyrian Purple #61003A

Tints of Tyrian Purple #61003A

Color information

#61003A (or 0x61003A) is unknown color: approx Tyrian Purple. HEX triplet: 61, 00 and 3A. RGB value is (97,0,58). Sum of RGB (Red+Green+Blue) = 97+0+58=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #61003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61003A is #9EFFC5. Grayscale: #232323. Windows color (decimal): -10420166 or 3801185. OLE color: 3801185.

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

Color convert

RGB97058-
CMYK010.400.62
HSL324.12º100%19.02%-
HSV(B)324.12º100%38.04%-
XYZ5.692.854.25-
YUV35.62140.64171.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 58 (23.05% from 255) = 37.42%
R=62.58%
G=0%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97058010.400.62324.1210019.02
Hex6103A064283E1446413
Octal1410720144507650414423
Binary1100001011101001100100101000111110101000100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61003A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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