Html Css Color HEX #610441 Tyrian Purple

📋 copy color: '#610441'

red 97 ◦ green 4 ◦ blue 65

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

Shades of Tyrian Purple #610441

Tints of Tyrian Purple #610441

RGB

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

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

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

R = 58.43%
G = 2.41%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#610441 (or 0x610441) is known color: Tyrian Purple. HEX triplet: 61, 04 and 41. RGB value is (97,4,65). Sum of RGB (Red+Green+Blue) = 97+4+65=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #610441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610441 is #9EFBBE. Grayscale: #262626. Windows color (decimal): -10419135 or 4260961. OLE color: 4260961.

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

Color convert

RGB 97 4 65 -
CMYK 0 0.96 0.33 0.62
HSL 320.65º 0.92% 0.2% -
HSV(B) 320.65º 0.96% 0.38% -
XYZ 5.93 3.01 5.27 -
YUV 38.76 142.81 169.54 -
System Red Green Blue C M Y K H S L
Decimal 97 4 65 0 0.96 0.33 0.62 320.65 0.92 0.2
Hex 61 4 41 0 60 21 3E 141 5C 14
Octal 141 4 101 0 140 41 76 501 134 24
Binary 1100001 100 1000001 0 1100000 100001 111110 101000001 1011100 10100

Color Harmonies of #610441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610441

Black with #610441

Text Example


Text Example

White with #610441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610441; }

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

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

background-color css

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

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

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

border-color css

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

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

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