Html Css Color HEX #610D39 Tyrian Purple

📋 copy color: '#610D39'

red 97 ◦ green 13 ◦ blue 57

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

Shades of Tyrian Purple #610D39

Tints of Tyrian Purple #610D39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 34.13%

R = 58.08%
G = 7.78%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#610D39 (or 0x610D39) is known color: Tyrian Purple. HEX triplet: 61, 0D and 39. RGB value is (97,13,57). Sum of RGB (Red+Green+Blue) = 97+13+57=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 13 (5.47% from 255 or 7.78% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #610D39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610D39 is #9EF2C6. Grayscale: #2B2B2B. Windows color (decimal): -10416839 or 3738977. OLE color: 3738977.

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

Color convert

RGB 97 13 57 -
CMYK 0 0.87 0.41 0.62
HSL 328.57º 0.76% 0.22% -
HSV(B) 328.57º 0.87% 0.38% -
XYZ 5.81 3.12 4.17 -
YUV 43.13 135.83 166.42 -
System Red Green Blue C M Y K H S L
Decimal 97 13 57 0 0.87 0.41 0.62 328.57 0.76 0.22
Hex 61 D 39 0 57 29 3E 149 4C 16
Octal 141 15 71 0 127 51 76 511 114 26
Binary 1100001 1101 111001 0 1010111 101001 111110 101001001 1001100 10110

Color Harmonies of #610D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610D39

Black with #610D39

Text Example


Text Example

White with #610D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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