Html Css Color HEX #610044 Tyrian Purple

📋 copy color: '#610044'

red 97 ◦ green 0 ◦ blue 68

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

Shades of Tyrian Purple #610044

Tints of Tyrian Purple #610044

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 68 (26.95% from 255) = 41.21%

R = 58.79%
G = 0%
B = 41.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#610044 (or 0x610044) is known color: Tyrian Purple. HEX triplet: 61, 00 and 44. RGB value is (97,0,68). Sum of RGB (Red+Green+Blue) = 97+0+68=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 68 (26.95% from 255 or 41.21% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #610044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610044 is #9EFFBB. Grayscale: #242424. Windows color (decimal): -10420156 or 4456545. OLE color: 4456545.

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

Color convert

RGB 97 0 68 -
CMYK 0 1 0.30 0.62
HSL 317.94º 1% 0.19% -
HSV(B) 317.94º 1% 0.38% -
XYZ 5.97 2.96 5.73 -
YUV 36.76 145.64 170.97 -
System Red Green Blue C M Y K H S L
Decimal 97 0 68 0 1 0.30 0.62 317.94 1 0.19
Hex 61 0 44 0 64 1E 3E 13E 64 13
Octal 141 0 104 0 144 36 76 476 144 23
Binary 1100001 0 1000100 0 1100100 11110 111110 100111110 1100100 10011

Color Harmonies of #610044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610044

Black with #610044

Text Example


Text Example

White with #610044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610044; }

 p { color: rgb(97,0,68); }

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

background-color css

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

 a { background-color: rgb(97,0,68); }

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

border-color css

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

 span { border-color: rgb(97,0,68); }

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