Html Css Color HEX #610157 Tyrian Purple

📋 copy color: '#610157'

red 97 ◦ green 1 ◦ blue 87

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

Shades of Tyrian Purple #610157

Tints of Tyrian Purple #610157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 47.03%

R = 52.43%
G = 0.54%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#610157 (or 0x610157) is known color: Tyrian Purple. HEX triplet: 61, 01 and 57. RGB value is (97,1,87). Sum of RGB (Red+Green+Blue) = 97+1+87=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #610157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610157 is #9EFEA8. Grayscale: #272727. Windows color (decimal): -10419881 or 5701985. OLE color: 5701985.

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

Color convert

RGB 97 1 87 -
CMYK 0 0.99 0.10 0.62
HSL 306.25º 0.98% 0.19% -
HSV(B) 306.25º 0.99% 0.38% -
XYZ 6.66 3.25 9.29 -
YUV 39.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 97 1 87 0 0.99 0.10 0.62 306.25 0.98 0.19
Hex 61 1 57 0 63 A 3E 132 62 13
Octal 141 1 127 0 143 12 76 462 142 23
Binary 1100001 1 1010111 0 1100011 1010 111110 100110010 1100010 10011

Color Harmonies of #610157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610157

Black with #610157

Text Example


Text Example

White with #610157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610157; }

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

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

background-color css

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

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

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

border-color css

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

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

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