Html Css Color HEX #610D2D Tyrian Purple

📋 copy color: '#610D2D'

red 97 ◦ green 13 ◦ blue 45

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

Shades of Tyrian Purple #610D2D

Tints of Tyrian Purple #610D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 29.03%

R = 62.58%
G = 8.39%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#610D2D (or 0x610D2D) is known color: Tyrian Purple. HEX triplet: 61, 0D and 2D. RGB value is (97,13,45). Sum of RGB (Red+Green+Blue) = 97+13+45=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #610D2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610D2D is #9EF2D2. Grayscale: #292929. Windows color (decimal): -10416851 or 2952545. OLE color: 2952545.

HSL color Cylindrical-coordinate representation of color #610D2D: hue angle of 337.14º 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 #610D2D is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 13 45 -
CMYK 0 0.87 0.54 0.62
HSL 337.14º 0.76% 0.22% -
HSV(B) 337.14º 0.87% 0.38% -
XYZ 5.55 3.02 2.77 -
YUV 41.76 129.83 167.4 -
System Red Green Blue C M Y K H S L
Decimal 97 13 45 0 0.87 0.54 0.62 337.14 0.76 0.22
Hex 61 D 2D 0 57 36 3E 151 4C 16
Octal 141 15 55 0 127 66 76 521 114 26
Binary 1100001 1101 101101 0 1010111 110110 111110 101010001 1001100 10110

Color Harmonies of #610D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610D2D

Black with #610D2D

Text Example


Text Example

White with #610D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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