Html Css Color HEX #610156 Tyrian Purple

📋 copy color: '#610156'

red 97 ◦ green 1 ◦ blue 86

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

Shades of Tyrian Purple #610156

Tints of Tyrian Purple #610156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 46.74%

R = 52.72%
G = 0.54%
B = 46.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#610156 (or 0x610156) is known color: Tyrian Purple. HEX triplet: 61, 01 and 56. RGB value is (97,1,86). Sum of RGB (Red+Green+Blue) = 97+1+86=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 86 (33.98% from 255 or 46.74% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #610156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610156 is #9EFEA9. Grayscale: #272727. Windows color (decimal): -10419882 or 5636449. OLE color: 5636449.

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

Color convert

RGB 97 1 86 -
CMYK 0 0.99 0.11 0.62
HSL 306.88º 0.98% 0.19% -
HSV(B) 306.88º 0.99% 0.38% -
XYZ 6.62 3.23 9.08 -
YUV 39.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 97 1 86 0 0.99 0.11 0.62 306.88 0.98 0.19
Hex 61 1 56 0 63 B 3E 133 62 13
Octal 141 1 126 0 143 13 76 463 142 23
Binary 1100001 1 1010110 0 1100011 1011 111110 100110011 1100010 10011

Color Harmonies of #610156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610156

Black with #610156

Text Example


Text Example

White with #610156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610156; }

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

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

background-color css

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

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

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

border-color css

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

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

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