Html Css Color HEX #610141 Tyrian Purple

📋 copy color: '#610141'

red 97 ◦ green 1 ◦ blue 65

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

Shades of Tyrian Purple #610141

Tints of Tyrian Purple #610141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

 BLUE value IS 65 (25.78% from 255) = 39.88%

R = 59.51%
G = 0.61%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#610141 (or 0x610141) is known color: Tyrian Purple. HEX triplet: 61, 01 and 41. RGB value is (97,1,65). Sum of RGB (Red+Green+Blue) = 97+1+65=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #610141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610141 is #9EFEBE. Grayscale: #242424. Windows color (decimal): -10419903 or 4260193. OLE color: 4260193.

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

Color convert

RGB 97 1 65 -
CMYK 0 0.99 0.33 0.62
HSL 320º 0.98% 0.19% -
HSV(B) 320º 0.99% 0.38% -
XYZ 5.89 2.94 5.26 -
YUV 37 143.8 170.8 -
System Red Green Blue C M Y K H S L
Decimal 97 1 65 0 0.99 0.33 0.62 320 0.98 0.19
Hex 61 1 41 0 63 21 3E 140 62 13
Octal 141 1 101 0 143 41 76 500 142 23
Binary 1100001 1 1000001 0 1100011 100001 111110 101000000 1100010 10011

Color Harmonies of #610141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610141

Black with #610141

Text Example


Text Example

White with #610141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610141; }

 p { color: rgb(97,1,65); }

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

background-color css

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

 a { background-color: rgb(97,1,65); }

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

border-color css

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

 span { border-color: rgb(97,1,65); }

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