Html Css Color HEX #610541 Tyrian Purple

📋 copy color: '#610541'

red 97 ◦ green 5 ◦ blue 65

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

Shades of Tyrian Purple #610541

Tints of Tyrian Purple #610541

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.99%

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

R = 58.08%
G = 2.99%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#610541 (or 0x610541) is known color: Tyrian Purple. HEX triplet: 61, 05 and 41. RGB value is (97,5,65). Sum of RGB (Red+Green+Blue) = 97+5+65=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #610541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610541 is #9EFABE. Grayscale: #272727. Windows color (decimal): -10418879 or 4261217. OLE color: 4261217.

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

Color convert

RGB 97 5 65 -
CMYK 0 0.95 0.33 0.62
HSL 320.87º 0.9% 0.2% -
HSV(B) 320.87º 0.95% 0.38% -
XYZ 5.94 3.03 5.27 -
YUV 39.35 142.48 169.12 -
System Red Green Blue C M Y K H S L
Decimal 97 5 65 0 0.95 0.33 0.62 320.87 0.9 0.2
Hex 61 5 41 0 5F 21 3E 141 5A 14
Octal 141 5 101 0 137 41 76 501 132 24
Binary 1100001 101 1000001 0 1011111 100001 111110 101000001 1011010 10100

Color Harmonies of #610541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610541

Black with #610541

Text Example


Text Example

White with #610541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610541; }

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

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

background-color css

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

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

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

border-color css

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

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

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