Html Css Color HEX #610139 Tyrian Purple

📋 copy color: '#610139'

red 97 ◦ green 1 ◦ blue 57

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

Shades of Tyrian Purple #610139

Tints of Tyrian Purple #610139

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 57 (22.66% from 255) = 36.77%

R = 62.58%
G = 0.65%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#610139 (or 0x610139) is known color: Tyrian Purple. HEX triplet: 61, 01 and 39. RGB value is (97,1,57). Sum of RGB (Red+Green+Blue) = 97+1+57=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 57 (22.66% from 255 or 36.77% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #610139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610139 is #9EFEC6. Grayscale: #232323. Windows color (decimal): -10419911 or 3735905. OLE color: 3735905.

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

Color convert

RGB 97 1 57 -
CMYK 0 0.99 0.41 0.62
HSL 325º 0.98% 0.19% -
HSV(B) 325º 0.99% 0.38% -
XYZ 5.68 2.86 4.12 -
YUV 36.09 139.8 171.45 -
System Red Green Blue C M Y K H S L
Decimal 97 1 57 0 0.99 0.41 0.62 325 0.98 0.19
Hex 61 1 39 0 63 29 3E 145 62 13
Octal 141 1 71 0 143 51 76 505 142 23
Binary 1100001 1 111001 0 1100011 101001 111110 101000101 1100010 10011

Color Harmonies of #610139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610139

Black with #610139

Text Example


Text Example

White with #610139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610139; }

 p { color: rgb(97,1,57); }

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

background-color css

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

 a { background-color: rgb(97,1,57); }

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

border-color css

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

 span { border-color: rgb(97,1,57); }

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