Html Css Color HEX #610355 Tyrian Purple

📋 copy color: '#610355'

red 97 ◦ green 3 ◦ blue 85

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

Shades of Tyrian Purple #610355

Tints of Tyrian Purple #610355

RGB

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

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

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

R = 52.43%
G = 1.62%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#610355 (or 0x610355) is known color: Tyrian Purple. HEX triplet: 61, 03 and 55. RGB value is (97,3,85). Sum of RGB (Red+Green+Blue) = 97+3+85=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #610355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610355 is #9EFCAA. Grayscale: #282828. Windows color (decimal): -10419371 or 5571425. OLE color: 5571425.

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

Color convert

RGB 97 3 85 -
CMYK 0 0.97 0.12 0.62
HSL 307.66º 0.94% 0.2% -
HSV(B) 307.66º 0.97% 0.38% -
XYZ 6.6 3.26 8.88 -
YUV 40.45 153.14 168.33 -
System Red Green Blue C M Y K H S L
Decimal 97 3 85 0 0.97 0.12 0.62 307.66 0.94 0.2
Hex 61 3 55 0 61 C 3E 134 5E 14
Octal 141 3 125 0 141 14 76 464 136 24
Binary 1100001 11 1010101 0 1100001 1100 111110 100110100 1011110 10100

Color Harmonies of #610355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610355

Black with #610355

Text Example


Text Example

White with #610355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610355; }

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

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

background-color css

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

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

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

border-color css

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

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

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