#61054F

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

Shades of Tyrian Purple #61054F

Tints of Tyrian Purple #61054F

Color information

#61054F (or 0x61054F) is unknown color: approx Tyrian Purple. HEX triplet: 61, 05 and 4F. RGB value is (97,5,79). Sum of RGB (Red+Green+Blue) = 97+5+79=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 79 (31.25% from 255 or 43.65% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #61054F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61054F is #9EFAB0. Grayscale: #282828. Windows color (decimal): -10418865 or 5178721. OLE color: 5178721.

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

Color convert

RGB97579-
CMYK00.950.190.62
HSL311.74º90.2%20%-
HSV(B)311.74º94.85%38.04%-
XYZ6.43.217.68-
YUV40.94149.48167.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.59%
GREEN value IS 5 (2.34% from 255) = 2.76%
BLUE value IS 79 (31.25% from 255) = 43.65%
R=53.59%
G=2.76%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9757900.950.190.62311.7490.220
Hex6154F05F133E1385a14
Octal14151170137237647013224
Binary110000110110011110101111110011111110100111000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61054F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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