Html Css Color HEX #610D51 Tyrian Purple

📋 copy color: '#610D51'

red 97 ◦ green 13 ◦ blue 81

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

Shades of Tyrian Purple #610D51

Tints of Tyrian Purple #610D51

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.81%

 BLUE value IS 81 (32.03% from 255) = 42.41%

R = 50.79%
G = 6.81%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#610D51 (or 0x610D51) is known color: Tyrian Purple. HEX triplet: 61, 0D and 51. RGB value is (97,13,81). Sum of RGB (Red+Green+Blue) = 97+13+81=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #610D51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610D51 is #9EF2AE. Grayscale: #2D2D2D. Windows color (decimal): -10416815 or 5311841. OLE color: 5311841.

HSL color Cylindrical-coordinate representation of color #610D51: hue angle of 311.43º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #610D51 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 13 81 -
CMYK 0 0.87 0.16 0.62
HSL 311.43º 0.76% 0.22% -
HSV(B) 311.43º 0.87% 0.38% -
XYZ 6.56 3.42 8.1 -
YUV 45.87 147.83 164.47 -
System Red Green Blue C M Y K H S L
Decimal 97 13 81 0 0.87 0.16 0.62 311.43 0.76 0.22
Hex 61 D 51 0 57 10 3E 137 4C 16
Octal 141 15 121 0 127 20 76 467 114 26
Binary 1100001 1101 1010001 0 1010111 10000 111110 100110111 1001100 10110

Color Harmonies of #610D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610D51

Black with #610D51

Text Example


Text Example

White with #610D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610D51; }

 p { color: rgb(97,13,81); }

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

background-color css

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

 a { background-color: rgb(97,13,81); }

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

border-color css

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

 span { border-color: rgb(97,13,81); }

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