Html Css Color HEX #610446 Tyrian Purple

📋 copy color: '#610446'

red 97 ◦ green 4 ◦ blue 70

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

Shades of Tyrian Purple #610446

Tints of Tyrian Purple #610446

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.34%

 BLUE value IS 70 (27.73% from 255) = 40.94%

R = 56.73%
G = 2.34%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#610446 (or 0x610446) is known color: Tyrian Purple. HEX triplet: 61, 04 and 46. RGB value is (97,4,70). Sum of RGB (Red+Green+Blue) = 97+4+70=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #610446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610446 is #9EFBB9. Grayscale: #272727. Windows color (decimal): -10419130 or 4588641. OLE color: 4588641.

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

Color convert

RGB 97 4 70 -
CMYK 0 0.96 0.28 0.62
HSL 317.42º 0.92% 0.2% -
HSV(B) 317.42º 0.96% 0.38% -
XYZ 6.08 3.07 6.07 -
YUV 39.33 145.31 169.13 -
System Red Green Blue C M Y K H S L
Decimal 97 4 70 0 0.96 0.28 0.62 317.42 0.92 0.2
Hex 61 4 46 0 60 1C 3E 13D 5C 14
Octal 141 4 106 0 140 34 76 475 134 24
Binary 1100001 100 1000110 0 1100000 11100 111110 100111101 1011100 10100

Color Harmonies of #610446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610446

Black with #610446

Text Example


Text Example

White with #610446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610446; }

 p { color: rgb(97,4,70); }

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

background-color css

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

 a { background-color: rgb(97,4,70); }

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

border-color css

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

 span { border-color: rgb(97,4,70); }

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