Html Css Color HEX #610A2B Tyrian Purple

📋 copy color: '#610A2B'

red 97 ◦ green 10 ◦ blue 43

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

Shades of Tyrian Purple #610A2B

Tints of Tyrian Purple #610A2B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.67%

 BLUE value IS 43 (17.19% from 255) = 28.67%

R = 64.67%
G = 6.67%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#610A2B (or 0x610A2B) is known color: Tyrian Purple. HEX triplet: 61, 0A and 2B. RGB value is (97,10,43). Sum of RGB (Red+Green+Blue) = 97+10+43=150 (19% of max value = 765). Red value is 97 (38.28% from 255 or 64.67% from 150); Green value is 10 (4.30% from 255 or 6.67% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 97 - color contains mainly: red. Hex color #610A2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610A2B is #9EF5D4. Grayscale: #272727. Windows color (decimal): -10417621 or 2820705. OLE color: 2820705.

HSL color Cylindrical-coordinate representation of color #610A2B: hue angle of 337.24º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #610A2B is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 10 43 -
CMYK 0 0.90 0.56 0.62
HSL 337.24º 0.81% 0.21% -
HSV(B) 337.24º 0.9% 0.38% -
XYZ 5.47 2.93 2.56 -
YUV 39.78 129.82 168.82 -
System Red Green Blue C M Y K H S L
Decimal 97 10 43 0 0.90 0.56 0.62 337.24 0.81 0.21
Hex 61 A 2B 0 5A 38 3E 151 51 15
Octal 141 12 53 0 132 70 76 521 121 25
Binary 1100001 1010 101011 0 1011010 111000 111110 101010001 1010001 10101

Color Harmonies of #610A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610A2B

Black with #610A2B

Text Example


Text Example

White with #610A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,10,43); }

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

background-color css

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

 a { background-color: rgb(97,10,43); }

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

border-color css

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

 span { border-color: rgb(97,10,43); }

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