Html Css Color HEX #611041 Tyrian Purple

📋 copy color: '#611041'

red 97 ◦ green 16 ◦ blue 65

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

Shades of Tyrian Purple #611041

Tints of Tyrian Purple #611041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.99%

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

R = 54.49%
G = 8.99%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#611041 (or 0x611041) is known color: Tyrian Purple. HEX triplet: 61, 10 and 41. RGB value is (97,16,65). Sum of RGB (Red+Green+Blue) = 97+16+65=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #611041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611041 is #9EEFBE. Grayscale: #2D2D2D. Windows color (decimal): -10416063 or 4264033. OLE color: 4264033.

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

Color convert

RGB 97 16 65 -
CMYK 0 0.84 0.33 0.62
HSL 323.7º 0.72% 0.22% -
HSV(B) 323.7º 0.84% 0.38% -
XYZ 6.07 3.29 5.32 -
YUV 45.81 138.84 164.52 -
System Red Green Blue C M Y K H S L
Decimal 97 16 65 0 0.84 0.33 0.62 323.7 0.72 0.22
Hex 61 10 41 0 54 21 3E 144 48 16
Octal 141 20 101 0 124 41 76 504 110 26
Binary 1100001 10000 1000001 0 1010100 100001 111110 101000100 1001000 10110

Color Harmonies of #611041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611041

Black with #611041

Text Example


Text Example

White with #611041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611041; }

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

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

background-color css

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

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

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

border-color css

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

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

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