Html Css Color HEX #610057 Tyrian Purple

📋 copy color: '#610057'

red 97 ◦ green 0 ◦ blue 87

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

Shades of Tyrian Purple #610057

Tints of Tyrian Purple #610057

RGB

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

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

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

R = 52.72%
G = 0%
B = 47.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#610057 (or 0x610057) is known color: Tyrian Purple. HEX triplet: 61, 00 and 57. RGB value is (97,0,87). Sum of RGB (Red+Green+Blue) = 97+0+87=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 87 (34.38% from 255 or 47.28% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #610057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610057 is #9EFFA8. Grayscale: #262626. Windows color (decimal): -10420137 or 5701729. OLE color: 5701729.

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

Color convert

RGB 97 0 87 -
CMYK 0 1 0.10 0.62
HSL 306.19º 1% 0.19% -
HSV(B) 306.19º 1% 0.38% -
XYZ 6.65 3.23 9.29 -
YUV 38.92 155.14 169.43 -
System Red Green Blue C M Y K H S L
Decimal 97 0 87 0 1 0.10 0.62 306.19 1 0.19
Hex 61 0 57 0 64 A 3E 132 64 13
Octal 141 0 127 0 144 12 76 462 144 23
Binary 1100001 0 1010111 0 1100100 1010 111110 100110010 1100100 10011

Color Harmonies of #610057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610057

Black with #610057

Text Example


Text Example

White with #610057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610057; }

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

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

background-color css

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

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

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

border-color css

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

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

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