#61034F

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

Shades of Tyrian Purple #61034F

Tints of Tyrian Purple #61034F

Color information

#61034F (or 0x61034F) is unknown color: approx Tyrian Purple. HEX triplet: 61, 03 and 4F. RGB value is (97,3,79). Sum of RGB (Red+Green+Blue) = 97+3+79=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 79 (31.25% from 255 or 44.13% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #61034F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61034F is #9EFCB0. Grayscale: #272727. Windows color (decimal): -10419377 or 5178209. OLE color: 5178209.

HSL color Cylindrical-coordinate representation of color #61034F: hue angle of 311.49º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #61034F is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB97379-
CMYK00.970.190.62
HSL311.49º94%19.61%-
HSV(B)311.49º96.91%38.04%-
XYZ6.373.177.67-
YUV39.77150.14168.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.19%
GREEN value IS 3 (1.56% from 255) = 1.68%
BLUE value IS 79 (31.25% from 255) = 44.13%
R=54.19%
G=1.68%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9737900.970.190.62311.499419.61
Hex6134F061133E1375e14
Octal14131170141237646713624
Binary11000011110011110110000110011111110100110111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61034F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61034F; }

 p { color: rgb(97,3,79); }

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

<style>
 a { background-color: #61034F; }

 a { background-color: rgb(97,3,79); }

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

<style>
 span { border-color: #61034F; }

 span { border-color: rgb(97,3,79); }

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