Html Css Color HEX #610137 Tyrian Purple

📋 copy color: '#610137'

red 97 ◦ green 1 ◦ blue 55

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

Shades of Tyrian Purple #610137

Tints of Tyrian Purple #610137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 35.95%

R = 63.4%
G = 0.65%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#610137 (or 0x610137) is known color: Tyrian Purple. HEX triplet: 61, 01 and 37. RGB value is (97,1,55). Sum of RGB (Red+Green+Blue) = 97+1+55=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #610137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610137 is #9EFEC8. Grayscale: #232323. Windows color (decimal): -10419913 or 3604833. OLE color: 3604833.

HSL color Cylindrical-coordinate representation of color #610137: hue angle of 326.25º 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 #610137 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 1 55 -
CMYK 0 0.99 0.43 0.62
HSL 326.25º 0.98% 0.19% -
HSV(B) 326.25º 0.99% 0.38% -
XYZ 5.63 2.84 3.87 -
YUV 35.86 138.8 171.61 -
System Red Green Blue C M Y K H S L
Decimal 97 1 55 0 0.99 0.43 0.62 326.25 0.98 0.19
Hex 61 1 37 0 63 2B 3E 146 62 13
Octal 141 1 67 0 143 53 76 506 142 23
Binary 1100001 1 110111 0 1100011 101011 111110 101000110 1100010 10011

Color Harmonies of #610137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610137

Black with #610137

Text Example


Text Example

White with #610137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610137; }

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

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

background-color css

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

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

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

border-color css

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

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

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