#61003E

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

Shades of Tyrian Purple #61003E

Tints of Tyrian Purple #61003E

Color information

#61003E (or 0x61003E) is unknown color: approx Tyrian Purple. HEX triplet: 61, 00 and 3E. RGB value is (97,0,62). Sum of RGB (Red+Green+Blue) = 97+0+62=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #61003E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61003E is #9EFFC1. Grayscale: #232323. Windows color (decimal): -10420162 or 4063329. OLE color: 4063329.

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

Color convert

RGB97062-
CMYK010.360.62
HSL321.65º100%19.02%-
HSV(B)321.65º100%38.04%-
XYZ5.82.894.81-
YUV36.07142.64171.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.01%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 62 (24.61% from 255) = 38.99%
R=61.01%
G=0%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97062010.360.62321.6510019.02
Hex6103E064243E1426413
Octal1410760144447650214423
Binary1100001011111001100100100100111110101000010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61003E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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