Html Css Color HEX #610031 Tyrian Purple

📋 copy color: '#610031'

red 97 ◦ green 0 ◦ blue 49

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

Shades of Tyrian Purple #610031

Tints of Tyrian Purple #610031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 49 (19.53% from 255) = 33.56%

R = 66.44%
G = 0%
B = 33.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#610031 (or 0x610031) is known color: Tyrian Purple. HEX triplet: 61, 00 and 31. RGB value is (97,0,49). Sum of RGB (Red+Green+Blue) = 97+0+49=146 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.44% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 97 - color contains mainly: red. Hex color #610031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610031 is #9EFFCE. Grayscale: #222222. Windows color (decimal): -10420175 or 3211361. OLE color: 3211361.

HSL color Cylindrical-coordinate representation of color #610031: hue angle of 329.69º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610031 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 0 49 -
CMYK 0 1 0.49 0.62
HSL 329.69º 1% 0.19% -
HSV(B) 329.69º 1% 0.38% -
XYZ 5.48 2.76 3.15 -
YUV 34.59 136.14 172.52 -
System Red Green Blue C M Y K H S L
Decimal 97 0 49 0 1 0.49 0.62 329.69 1 0.19
Hex 61 0 31 0 64 31 3E 14A 64 13
Octal 141 0 61 0 144 61 76 512 144 23
Binary 1100001 0 110001 0 1100100 110001 111110 101001010 1100100 10011

Color Harmonies of #610031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610031

Black with #610031

Text Example


Text Example

White with #610031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610031; }

 p { color: rgb(97,0,49); }

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

background-color css

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

 a { background-color: rgb(97,0,49); }

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

border-color css

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

 span { border-color: rgb(97,0,49); }

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