Html Css Color HEX #610040 Tyrian Purple

📋 copy color: '#610040'

red 97 ◦ green 0 ◦ blue 64

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

Shades of Tyrian Purple #610040

Tints of Tyrian Purple #610040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 39.75%

R = 60.25%
G = 0%
B = 39.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#610040 (or 0x610040) is known color: Tyrian Purple. HEX triplet: 61, 00 and 40. RGB value is (97,0,64). Sum of RGB (Red+Green+Blue) = 97+0+64=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #610040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610040 is #9EFFBF. Grayscale: #242424. Windows color (decimal): -10420160 or 4194401. OLE color: 4194401.

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

Color convert

RGB 97 0 64 -
CMYK 0 1 0.34 0.62
HSL 320.41º 1% 0.19% -
HSV(B) 320.41º 1% 0.38% -
XYZ 5.86 2.91 5.1 -
YUV 36.3 143.64 171.3 -
System Red Green Blue C M Y K H S L
Decimal 97 0 64 0 1 0.34 0.62 320.41 1 0.19
Hex 61 0 40 0 64 22 3E 140 64 13
Octal 141 0 100 0 144 42 76 500 144 23
Binary 1100001 0 1000000 0 1100100 100010 111110 101000000 1100100 10011

Color Harmonies of #610040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610040

Black with #610040

Text Example


Text Example

White with #610040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610040; }

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

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

background-color css

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

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

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

border-color css

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

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

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