Html Css Color HEX #610255 Tyrian Purple

📋 copy color: '#610255'

red 97 ◦ green 2 ◦ blue 85

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

Shades of Tyrian Purple #610255

Tints of Tyrian Purple #610255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 46.2%

R = 52.72%
G = 1.09%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#610255 (or 0x610255) is known color: Tyrian Purple. HEX triplet: 61, 02 and 55. RGB value is (97,2,85). Sum of RGB (Red+Green+Blue) = 97+2+85=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #610255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610255 is #9EFDAA. Grayscale: #272727. Windows color (decimal): -10419627 or 5571169. OLE color: 5571169.

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

Color convert

RGB 97 2 85 -
CMYK 0 0.98 0.12 0.62
HSL 307.58º 0.96% 0.19% -
HSV(B) 307.58º 0.98% 0.38% -
XYZ 6.59 3.24 8.87 -
YUV 39.87 153.47 168.75 -
System Red Green Blue C M Y K H S L
Decimal 97 2 85 0 0.98 0.12 0.62 307.58 0.96 0.19
Hex 61 2 55 0 62 C 3E 134 60 13
Octal 141 2 125 0 142 14 76 464 140 23
Binary 1100001 10 1010101 0 1100010 1100 111110 100110100 1100000 10011

Color Harmonies of #610255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610255

Black with #610255

Text Example


Text Example

White with #610255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610255; }

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

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

background-color css

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

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

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

border-color css

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

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

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