#61023E

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

Shades of Tyrian Purple #61023E

Tints of Tyrian Purple #61023E

Color information

#61023E (or 0x61023E) is unknown color: approx Tyrian Purple. HEX triplet: 61, 02 and 3E. RGB value is (97,2,62). Sum of RGB (Red+Green+Blue) = 97+2+62=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #61023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61023E is #9EFDC1. Grayscale: #252525. Windows color (decimal): -10419650 or 4063841. OLE color: 4063841.

HSL color Cylindrical-coordinate representation of color #61023E: hue angle of 322.11º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #61023E is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB97262-
CMYK00.980.360.62
HSL322.11º95.96%19.41%-
HSV(B)322.11º97.94%38.04%-
XYZ5.822.934.82-
YUV37.24141.97170.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 60.25%
GREEN value IS 2 (1.17% from 255) = 1.24%
BLUE value IS 62 (24.61% from 255) = 38.51%
R=60.25%
G=1.24%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9726200.980.360.62322.1195.9619.41
Hex6123E062243E1426013
Octal1412760142447650214023
Binary11000011011111001100010100100111110101000010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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