#61054B

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

Shades of Tyrian Purple #61054B

Tints of Tyrian Purple #61054B

Color information

#61054B (or 0x61054B) is unknown color: approx Tyrian Purple. HEX triplet: 61, 05 and 4B. RGB value is (97,5,75). Sum of RGB (Red+Green+Blue) = 97+5+75=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #61054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61054B is #9EFAB4. Grayscale: #282828. Windows color (decimal): -10418869 or 4916577. OLE color: 4916577.

HSL color Cylindrical-coordinate representation of color #61054B: hue angle of 314.35º 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 #61054B is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB97575-
CMYK00.950.230.62
HSL314.35º90.2%20%-
HSV(B)314.35º94.85%38.04%-
XYZ6.253.166.94-
YUV40.49147.48168.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.80%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 75 (29.69% from 255) = 42.37%
R=54.80%
G=2.82%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9757500.950.230.62314.3590.220
Hex6154B05F173E13a5a14
Octal14151130137277647213224
Binary110000110110010110101111110111111110100111010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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