Html Css Color HEX #610329 Tyrian Purple

📋 copy color: '#610329'

red 97 ◦ green 3 ◦ blue 41

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

Shades of Tyrian Purple #610329

Tints of Tyrian Purple #610329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.13%

 BLUE value IS 41 (16.41% from 255) = 29.08%

R = 68.79%
G = 2.13%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#610329 (or 0x610329) is known color: Tyrian Purple. HEX triplet: 61, 03 and 29. RGB value is (97,3,41). Sum of RGB (Red+Green+Blue) = 97+3+41=141 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.79% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 97 - color contains mainly: red. Hex color #610329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610329 is #9EFCD6. Grayscale: #232323. Windows color (decimal): -10419415 or 2687841. OLE color: 2687841.

HSL color Cylindrical-coordinate representation of color #610329: hue angle of 335.74º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #610329 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 3 41 -
CMYK 0 0.97 0.58 0.62
HSL 335.74º 0.94% 0.2% -
HSV(B) 335.74º 0.97% 0.38% -
XYZ 5.36 2.77 2.35 -
YUV 35.44 131.14 171.91 -
System Red Green Blue C M Y K H S L
Decimal 97 3 41 0 0.97 0.58 0.62 335.74 0.94 0.2
Hex 61 3 29 0 61 3A 3E 150 5E 14
Octal 141 3 51 0 141 72 76 520 136 24
Binary 1100001 11 101001 0 1100001 111010 111110 101010000 1011110 10100

Color Harmonies of #610329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610329

Black with #610329

Text Example


Text Example

White with #610329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610329; }

 p { color: rgb(97,3,41); }

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

background-color css

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

 a { background-color: rgb(97,3,41); }

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

border-color css

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

 span { border-color: rgb(97,3,41); }

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