Html Css Color HEX #610F2F Tyrian Purple

📋 copy color: '#610F2F'

red 97 ◦ green 15 ◦ blue 47

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

Shades of Tyrian Purple #610F2F

Tints of Tyrian Purple #610F2F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.43%

 BLUE value IS 47 (18.75% from 255) = 29.56%

R = 61.01%
G = 9.43%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#610F2F (or 0x610F2F) is known color: Tyrian Purple. HEX triplet: 61, 0F and 2F. RGB value is (97,15,47). Sum of RGB (Red+Green+Blue) = 97+15+47=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #610F2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F2F is #9EF0D0. Grayscale: #2B2B2B. Windows color (decimal): -10416337 or 3084129. OLE color: 3084129.

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

Color convert

RGB 97 15 47 -
CMYK 0 0.85 0.52 0.62
HSL 336.59º 0.73% 0.22% -
HSV(B) 336.59º 0.85% 0.38% -
XYZ 5.61 3.09 2.99 -
YUV 43.17 130.17 166.4 -
System Red Green Blue C M Y K H S L
Decimal 97 15 47 0 0.85 0.52 0.62 336.59 0.73 0.22
Hex 61 F 2F 0 55 34 3E 151 49 16
Octal 141 17 57 0 125 64 76 521 111 26
Binary 1100001 1111 101111 0 1010101 110100 111110 101010001 1001001 10110

Color Harmonies of #610F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610F2F

Black with #610F2F

Text Example


Text Example

White with #610F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,15,47); }

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

background-color css

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

 a { background-color: rgb(97,15,47); }

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

border-color css

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

 span { border-color: rgb(97,15,47); }

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