Html Css Color HEX #610256 Tyrian Purple

📋 copy color: '#610256'

red 97 ◦ green 2 ◦ blue 86

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

Shades of Tyrian Purple #610256

Tints of Tyrian Purple #610256

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.08%

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

R = 52.43%
G = 1.08%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#610256 (or 0x610256) is known color: Tyrian Purple. HEX triplet: 61, 02 and 56. RGB value is (97,2,86). Sum of RGB (Red+Green+Blue) = 97+2+86=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #610256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610256 is #9EFDA9. Grayscale: #272727. Windows color (decimal): -10419626 or 5636705. OLE color: 5636705.

HSL color Cylindrical-coordinate representation of color #610256: hue angle of 306.95º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #610256 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 2 86 -
CMYK 0 0.98 0.11 0.62
HSL 306.95º 0.96% 0.19% -
HSV(B) 306.95º 0.98% 0.38% -
XYZ 6.63 3.26 9.08 -
YUV 39.98 153.97 168.67 -
System Red Green Blue C M Y K H S L
Decimal 97 2 86 0 0.98 0.11 0.62 306.95 0.96 0.19
Hex 61 2 56 0 62 B 3E 133 60 13
Octal 141 2 126 0 142 13 76 463 140 23
Binary 1100001 10 1010110 0 1100010 1011 111110 100110011 1100000 10011

Color Harmonies of #610256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610256

Black with #610256

Text Example


Text Example

White with #610256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610256; }

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

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

background-color css

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

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

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

border-color css

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

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

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