Html Css Color HEX #610241 Tyrian Purple

📋 copy color: '#610241'

red 97 ◦ green 2 ◦ blue 65

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

Shades of Tyrian Purple #610241

Tints of Tyrian Purple #610241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.22%

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

R = 59.15%
G = 1.22%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#610241 (or 0x610241) is known color: Tyrian Purple. HEX triplet: 61, 02 and 41. RGB value is (97,2,65). Sum of RGB (Red+Green+Blue) = 97+2+65=164 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.15% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 97 - color contains mainly: red. Hex color #610241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610241 is #9EFDBE. Grayscale: #252525. Windows color (decimal): -10419647 or 4260449. OLE color: 4260449.

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

Color convert

RGB 97 2 65 -
CMYK 0 0.98 0.33 0.62
HSL 320.21º 0.96% 0.19% -
HSV(B) 320.21º 0.98% 0.38% -
XYZ 5.91 2.97 5.26 -
YUV 37.59 143.47 170.38 -
System Red Green Blue C M Y K H S L
Decimal 97 2 65 0 0.98 0.33 0.62 320.21 0.96 0.19
Hex 61 2 41 0 62 21 3E 140 60 13
Octal 141 2 101 0 142 41 76 500 140 23
Binary 1100001 10 1000001 0 1100010 100001 111110 101000000 1100000 10011

Color Harmonies of #610241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610241

Black with #610241

Text Example


Text Example

White with #610241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610241; }

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

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

background-color css

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

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

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

border-color css

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

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

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