Html Css Color HEX #610147 Tyrian Purple

📋 copy color: '#610147'

red 97 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #610147

Tints of Tyrian Purple #610147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

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

R = 57.4%
G = 0.59%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#610147 (or 0x610147) is known color: Tyrian Purple. HEX triplet: 61, 01 and 47. RGB value is (97,1,71). Sum of RGB (Red+Green+Blue) = 97+1+71=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #610147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610147 is #9EFEB8. Grayscale: #252525. Windows color (decimal): -10419897 or 4653409. OLE color: 4653409.

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

Color convert

RGB 97 1 71 -
CMYK 0 0.99 0.27 0.62
HSL 316.25º 0.98% 0.19% -
HSV(B) 316.25º 0.99% 0.38% -
XYZ 6.08 3.02 6.22 -
YUV 37.68 146.8 170.31 -
System Red Green Blue C M Y K H S L
Decimal 97 1 71 0 0.99 0.27 0.62 316.25 0.98 0.19
Hex 61 1 47 0 63 1B 3E 13C 62 13
Octal 141 1 107 0 143 33 76 474 142 23
Binary 1100001 1 1000111 0 1100011 11011 111110 100111100 1100010 10011

Color Harmonies of #610147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610147

Black with #610147

Text Example


Text Example

White with #610147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610147; }

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

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

background-color css

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

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

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

border-color css

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

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

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