Html Css Color HEX #610C32 Tyrian Purple

📋 copy color: '#610C32'

red 97 ◦ green 12 ◦ blue 50

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

Shades of Tyrian Purple #610C32

Tints of Tyrian Purple #610C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 31.45%

R = 61.01%
G = 7.55%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#610C32 (or 0x610C32) is known color: Tyrian Purple. HEX triplet: 61, 0C and 32. RGB value is (97,12,50). Sum of RGB (Red+Green+Blue) = 97+12+50=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #610C32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610C32 is #9EF3CD. Grayscale: #292929. Windows color (decimal): -10417102 or 3279969. OLE color: 3279969.

HSL color Cylindrical-coordinate representation of color #610C32: hue angle of 333.18º 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 #610C32 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 12 50 -
CMYK 0 0.88 0.48 0.62
HSL 333.18º 0.78% 0.21% -
HSV(B) 333.18º 0.88% 0.38% -
XYZ 5.64 3.03 3.31 -
YUV 41.75 132.66 167.41 -
System Red Green Blue C M Y K H S L
Decimal 97 12 50 0 0.88 0.48 0.62 333.18 0.78 0.21
Hex 61 C 32 0 58 30 3E 14D 4E 15
Octal 141 14 62 0 130 60 76 515 116 25
Binary 1100001 1100 110010 0 1011000 110000 111110 101001101 1001110 10101

Color Harmonies of #610C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610C32

Black with #610C32

Text Example


Text Example

White with #610C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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