Html Css Color HEX #610C3A Tyrian Purple

📋 copy color: '#610C3A'

red 97 ◦ green 12 ◦ blue 58

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

Shades of Tyrian Purple #610C3A

Tints of Tyrian Purple #610C3A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.19%

 BLUE value IS 58 (23.05% from 255) = 34.73%

R = 58.08%
G = 7.19%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#610C3A (or 0x610C3A) is known color: Tyrian Purple. HEX triplet: 61, 0C and 3A. RGB value is (97,12,58). Sum of RGB (Red+Green+Blue) = 97+12+58=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #610C3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610C3A is #9EF3C5. Grayscale: #2A2A2A. Windows color (decimal): -10417094 or 3804257. OLE color: 3804257.

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

Color convert

RGB 97 12 58 -
CMYK 0 0.88 0.40 0.62
HSL 327.53º 0.78% 0.21% -
HSV(B) 327.53º 0.88% 0.38% -
XYZ 5.82 3.11 4.3 -
YUV 42.66 136.66 166.76 -
System Red Green Blue C M Y K H S L
Decimal 97 12 58 0 0.88 0.40 0.62 327.53 0.78 0.21
Hex 61 C 3A 0 58 28 3E 148 4E 15
Octal 141 14 72 0 130 50 76 510 116 25
Binary 1100001 1100 111010 0 1011000 101000 111110 101001000 1001110 10101

Color Harmonies of #610C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610C3A

Black with #610C3A

Text Example


Text Example

White with #610C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,12,58); }

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

background-color css

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

 a { background-color: rgb(97,12,58); }

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

border-color css

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

 span { border-color: rgb(97,12,58); }

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