Html Css Color HEX #610357 Tyrian Purple

📋 copy color: '#610357'

red 97 ◦ green 3 ◦ blue 87

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

Shades of Tyrian Purple #610357

Tints of Tyrian Purple #610357

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

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

R = 51.87%
G = 1.6%
B = 46.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#610357 (or 0x610357) is known color: Tyrian Purple. HEX triplet: 61, 03 and 57. RGB value is (97,3,87). Sum of RGB (Red+Green+Blue) = 97+3+87=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #610357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610357 is #9EFCA8. Grayscale: #282828. Windows color (decimal): -10419369 or 5702497. OLE color: 5702497.

HSL color Cylindrical-coordinate representation of color #610357: hue angle of 306.38º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #610357 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 3 87 -
CMYK 0 0.97 0.10 0.62
HSL 306.38º 0.94% 0.2% -
HSV(B) 306.38º 0.97% 0.38% -
XYZ 6.68 3.29 9.3 -
YUV 40.68 154.14 168.17 -
System Red Green Blue C M Y K H S L
Decimal 97 3 87 0 0.97 0.10 0.62 306.38 0.94 0.2
Hex 61 3 57 0 61 A 3E 132 5E 14
Octal 141 3 127 0 141 12 76 462 136 24
Binary 1100001 11 1010111 0 1100001 1010 111110 100110010 1011110 10100

Color Harmonies of #610357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610357

Black with #610357

Text Example


Text Example

White with #610357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610357; }

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

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

background-color css

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

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

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

border-color css

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

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

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