Html Css Color HEX #610037 Tyrian Purple

📋 copy color: '#610037'

red 97 ◦ green 0 ◦ blue 55

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

Shades of Tyrian Purple #610037

Tints of Tyrian Purple #610037

RGB

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

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

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

R = 63.82%
G = 0%
B = 36.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#610037 (or 0x610037) is known color: Tyrian Purple. HEX triplet: 61, 00 and 37. RGB value is (97,0,55). Sum of RGB (Red+Green+Blue) = 97+0+55=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 55 (21.88% from 255 or 36.18% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #610037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610037 is #9EFFC8. Grayscale: #232323. Windows color (decimal): -10420169 or 3604577. OLE color: 3604577.

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

Color convert

RGB 97 0 55 -
CMYK 0 1 0.43 0.62
HSL 325.98º 1% 0.19% -
HSV(B) 325.98º 1% 0.38% -
XYZ 5.62 2.82 3.86 -
YUV 35.27 139.14 172.03 -
System Red Green Blue C M Y K H S L
Decimal 97 0 55 0 1 0.43 0.62 325.98 1 0.19
Hex 61 0 37 0 64 2B 3E 146 64 13
Octal 141 0 67 0 144 53 76 506 144 23
Binary 1100001 0 110111 0 1100100 101011 111110 101000110 1100100 10011

Color Harmonies of #610037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610037

Black with #610037

Text Example


Text Example

White with #610037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610037; }

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

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

background-color css

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

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

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

border-color css

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

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

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