#61003D

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

Shades of Tyrian Purple #61003D

Tints of Tyrian Purple #61003D

Color information

#61003D (or 0x61003D) is unknown color: approx Tyrian Purple. HEX triplet: 61, 00 and 3D. RGB value is (97,0,61). Sum of RGB (Red+Green+Blue) = 97+0+61=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #61003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61003D is #9EFFC2. Grayscale: #232323. Windows color (decimal): -10420163 or 3997793. OLE color: 3997793.

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

Color convert

RGB97061-
CMYK010.370.62
HSL322.27º100%19.02%-
HSV(B)322.27º100%38.04%-
XYZ5.772.884.67-
YUV35.96142.14171.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 61 (24.22% from 255) = 38.61%
R=61.39%
G=0%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97061010.370.62322.2710019.02
Hex6103D064253E1426413
Octal1410750144457650214423
Binary1100001011110101100100100101111110101000010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61003D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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