#61072E

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

Shades of Tyrian Purple #61072E

Tints of Tyrian Purple #61072E

Color information

#61072E (or 0x61072E) is unknown color: approx Tyrian Purple. HEX triplet: 61, 07 and 2E. RGB value is (97,7,46). Sum of RGB (Red+Green+Blue) = 97+7+46=150 (19% of max value = 765). Red value is 97 (38.28% from 255 or 64.67% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 97 - color contains mainly: red. Hex color #61072E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61072E is #9EF8D1. Grayscale: #262626. Windows color (decimal): -10418386 or 3016545. OLE color: 3016545.

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

Color convert

RGB97746-
CMYK00.930.530.62
HSL334º86.54%20.39%-
HSV(B)334º92.78%38.04%-
XYZ5.52.892.85-
YUV38.36132.32169.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 64.67%
GREEN value IS 7 (3.12% from 255) = 4.67%
BLUE value IS 46 (18.36% from 255) = 30.67%
R=64.67%
G=4.67%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9774600.930.530.6233486.5420.39
Hex6172E05D353E14e5714
Octal1417560135657651612724
Binary110000111110111001011101110101111110101001110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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