#61012E

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

Shades of Tyrian Purple #61012E

Tints of Tyrian Purple #61012E

Color information

#61012E (or 0x61012E) is unknown color: approx Tyrian Purple. HEX triplet: 61, 01 and 2E. RGB value is (97,1,46). Sum of RGB (Red+Green+Blue) = 97+1+46=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #61012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61012E is #9EFED1. Grayscale: #222222. Windows color (decimal): -10419922 or 3015009. OLE color: 3015009.

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

Color convert

RGB97146-
CMYK00.990.530.62
HSL331.88º97.96%19.22%-
HSV(B)331.88º98.97%38.04%-
XYZ5.432.762.83-
YUV34.83134.3172.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 67.36%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 46 (18.36% from 255) = 31.94%
R=67.36%
G=0.69%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9714600.990.530.62331.8897.9619.22
Hex6112E063353E14c6213
Octal1411560143657651414223
Binary1100001110111001100011110101111110101001100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61012E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,1,46); }

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

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

 a { background-color: rgb(97,1,46); }

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

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

 span { border-color: rgb(97,1,46); }

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