Html Css Color HEX #610547 Tyrian Purple

📋 copy color: '#610547'

red 97 ◦ green 5 ◦ blue 71

#610547
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #610547

Tints of Tyrian Purple #610547

RGB

 RED value IS 97 (38.28% from 255) = 56.07%

 GREEN value IS 5 (2.34% from 255) = 2.89%

 BLUE value IS 71 (28.13% from 255) = 41.04%

R = 56.07%
G = 2.89%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#610547 (or 0x610547) is known color: Tyrian Purple. HEX triplet: 61, 05 and 47. RGB value is (97,5,71). Sum of RGB (Red+Green+Blue) = 97+5+71=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #610547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610547 is #9EFAB8. Grayscale: #272727. Windows color (decimal): -10418873 or 4654433. OLE color: 4654433.

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

Color convert

RGB 97 5 71 -
CMYK 0 0.95 0.27 0.62
HSL 316.96º 0.9% 0.2% -
HSV(B) 316.96º 0.95% 0.38% -
XYZ 6.12 3.1 6.24 -
YUV 40.03 145.48 168.63 -
System Red Green Blue C M Y K H S L
Decimal 97 5 71 0 0.95 0.27 0.62 316.96 0.9 0.2
Hex 61 5 47 0 5F 1B 3E 13D 5A 14
Octal 141 5 107 0 137 33 76 475 132 24
Binary 1100001 101 1000111 0 1011111 11011 111110 100111101 1011010 10100

Color Harmonies of #610547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610547

Black with #610547

Text Example


Text Example

White with #610547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610547; }

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

 H1.HeaderClassName
 {
   color: #610547;
 }
 .AnyTagClassName
 {
   color: #610547;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #610547;
 }
 .BgClassName
 {
   background-color: #610547;
 }
</style>

border-color css

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

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

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