Html Css Color HEX #610E3B Tyrian Purple

📋 copy color: '#610E3B'

red 97 ◦ green 14 ◦ blue 59

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

Shades of Tyrian Purple #610E3B

Tints of Tyrian Purple #610E3B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.24%

 BLUE value IS 59 (23.44% from 255) = 34.71%

R = 57.06%
G = 8.24%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#610E3B (or 0x610E3B) is known color: Tyrian Purple. HEX triplet: 61, 0E and 3B. RGB value is (97,14,59). Sum of RGB (Red+Green+Blue) = 97+14+59=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #610E3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610E3B is #9EF1C4. Grayscale: #2B2B2B. Windows color (decimal): -10416581 or 3870305. OLE color: 3870305.

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

Color convert

RGB 97 14 59 -
CMYK 0 0.86 0.39 0.62
HSL 327.47º 0.75% 0.22% -
HSV(B) 327.47º 0.86% 0.38% -
XYZ 5.88 3.17 4.44 -
YUV 43.95 136.5 165.84 -
System Red Green Blue C M Y K H S L
Decimal 97 14 59 0 0.86 0.39 0.62 327.47 0.75 0.22
Hex 61 E 3B 0 56 27 3E 147 4B 16
Octal 141 16 73 0 126 47 76 507 113 26
Binary 1100001 1110 111011 0 1010110 100111 111110 101000111 1001011 10110

Color Harmonies of #610E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610E3B

Black with #610E3B

Text Example


Text Example

White with #610E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,14,59); }

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

background-color css

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

 a { background-color: rgb(97,14,59); }

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

border-color css

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

 span { border-color: rgb(97,14,59); }

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