Html Css Color HEX #610136 Tyrian Purple

📋 copy color: '#610136'

red 97 ◦ green 1 ◦ blue 54

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

Shades of Tyrian Purple #610136

Tints of Tyrian Purple #610136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 35.53%

R = 63.82%
G = 0.66%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#610136 (or 0x610136) is known color: Tyrian Purple. HEX triplet: 61, 01 and 36. RGB value is (97,1,54). Sum of RGB (Red+Green+Blue) = 97+1+54=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 54 (21.48% from 255 or 35.53% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #610136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610136 is #9EFEC9. Grayscale: #232323. Windows color (decimal): -10419914 or 3539297. OLE color: 3539297.

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

Color convert

RGB 97 1 54 -
CMYK 0 0.99 0.44 0.62
HSL 326.88º 0.98% 0.19% -
HSV(B) 326.88º 0.99% 0.38% -
XYZ 5.61 2.83 3.74 -
YUV 35.75 138.3 171.69 -
System Red Green Blue C M Y K H S L
Decimal 97 1 54 0 0.99 0.44 0.62 326.88 0.98 0.19
Hex 61 1 36 0 63 2C 3E 147 62 13
Octal 141 1 66 0 143 54 76 507 142 23
Binary 1100001 1 110110 0 1100011 101100 111110 101000111 1100010 10011

Color Harmonies of #610136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610136

Black with #610136

Text Example


Text Example

White with #610136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610136; }

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

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

background-color css

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

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

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

border-color css

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

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

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