Html Css Color HEX #610356 Tyrian Purple

📋 copy color: '#610356'

red 97 ◦ green 3 ◦ blue 86

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

Shades of Tyrian Purple #610356

Tints of Tyrian Purple #610356

RGB

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

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

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

R = 52.15%
G = 1.61%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#610356 (or 0x610356) is known color: Tyrian Purple. HEX triplet: 61, 03 and 56. RGB value is (97,3,86). Sum of RGB (Red+Green+Blue) = 97+3+86=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #610356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610356 is #9EFCA9. Grayscale: #282828. Windows color (decimal): -10419370 or 5636961. OLE color: 5636961.

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

Color convert

RGB 97 3 86 -
CMYK 0 0.97 0.11 0.62
HSL 307.02º 0.94% 0.2% -
HSV(B) 307.02º 0.97% 0.38% -
XYZ 6.64 3.28 9.09 -
YUV 40.57 153.64 168.25 -
System Red Green Blue C M Y K H S L
Decimal 97 3 86 0 0.97 0.11 0.62 307.02 0.94 0.2
Hex 61 3 56 0 61 B 3E 133 5E 14
Octal 141 3 126 0 141 13 76 463 136 24
Binary 1100001 11 1010110 0 1100001 1011 111110 100110011 1011110 10100

Color Harmonies of #610356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610356

Black with #610356

Text Example


Text Example

White with #610356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610356; }

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

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

background-color css

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

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

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

border-color css

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

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

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