Html Css Color HEX #610B3E Tyrian Purple

📋 copy color: '#610B3E'

red 97 ◦ green 11 ◦ blue 62

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

Shades of Tyrian Purple #610B3E

Tints of Tyrian Purple #610B3E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.47%

 BLUE value IS 62 (24.61% from 255) = 36.47%

R = 57.06%
G = 6.47%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#610B3E (or 0x610B3E) is known color: Tyrian Purple. HEX triplet: 61, 0B and 3E. RGB value is (97,11,62). Sum of RGB (Red+Green+Blue) = 97+11+62=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #610B3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610B3E is #9EF4C1. Grayscale: #2A2A2A. Windows color (decimal): -10417346 or 4066145. OLE color: 4066145.

HSL color Cylindrical-coordinate representation of color #610B3E: hue angle of 324.42º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #610B3E is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 11 62 -
CMYK 0 0.89 0.36 0.62
HSL 324.42º 0.8% 0.21% -
HSV(B) 324.42º 0.89% 0.38% -
XYZ 5.92 3.13 4.85 -
YUV 42.53 138.99 166.85 -
System Red Green Blue C M Y K H S L
Decimal 97 11 62 0 0.89 0.36 0.62 324.42 0.8 0.21
Hex 61 B 3E 0 59 24 3E 144 50 15
Octal 141 13 76 0 131 44 76 504 120 25
Binary 1100001 1011 111110 0 1011001 100100 111110 101000100 1010000 10101

Color Harmonies of #610B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610B3E

Black with #610B3E

Text Example


Text Example

White with #610B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,11,62); }

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

background-color css

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

 a { background-color: rgb(97,11,62); }

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

border-color css

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

 span { border-color: rgb(97,11,62); }

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