Html Css Color HEX #610447 Tyrian Purple

📋 copy color: '#610447'

red 97 ◦ green 4 ◦ blue 71

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

Shades of Tyrian Purple #610447

Tints of Tyrian Purple #610447

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.33%

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

R = 56.4%
G = 2.33%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#610447 (or 0x610447) is known color: Tyrian Purple. HEX triplet: 61, 04 and 47. RGB value is (97,4,71). Sum of RGB (Red+Green+Blue) = 97+4+71=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #610447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610447 is #9EFBB8. Grayscale: #272727. Windows color (decimal): -10419129 or 4654177. OLE color: 4654177.

HSL color Cylindrical-coordinate representation of color #610447: hue angle of 316.77º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #610447 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 4 71 -
CMYK 0 0.96 0.27 0.62
HSL 316.77º 0.92% 0.2% -
HSV(B) 316.77º 0.96% 0.38% -
XYZ 6.11 3.08 6.23 -
YUV 39.45 145.81 169.05 -
System Red Green Blue C M Y K H S L
Decimal 97 4 71 0 0.96 0.27 0.62 316.77 0.92 0.2
Hex 61 4 47 0 60 1B 3E 13D 5C 14
Octal 141 4 107 0 140 33 76 475 134 24
Binary 1100001 100 1000111 0 1100000 11011 111110 100111101 1011100 10100

Color Harmonies of #610447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610447

Black with #610447

Text Example


Text Example

White with #610447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610447; }

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

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

background-color css

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

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

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

border-color css

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

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

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