Html Css Color HEX #661141 Tyrian Purple

📋 copy color: '#661141'

red 102 ◦ green 17 ◦ blue 65

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

Shades of Tyrian Purple #661141

Tints of Tyrian Purple #661141

RGB

 RED value IS 102 (40.23% from 255) = 55.43%

 GREEN value IS 17 (7.03% from 255) = 9.24%

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

R = 55.43%
G = 9.24%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#661141 (or 0x661141) is known color: Tyrian Purple. HEX triplet: 66, 11 and 41. RGB value is (102,17,65). Sum of RGB (Red+Green+Blue) = 102+17+65=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #661141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661141 is #99EEBE. Grayscale: #2F2F2F. Windows color (decimal): -10088127 or 4264294. OLE color: 4264294.

HSL color Cylindrical-coordinate representation of color #661141: hue angle of 326.12º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #661141 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 17 65 -
CMYK 0 0.83 0.36 0.6
HSL 326.12º 0.71% 0.23% -
HSV(B) 326.12º 0.83% 0.4% -
XYZ 6.63 3.61 5.35 -
YUV 47.89 137.66 166.6 -
System Red Green Blue C M Y K H S L
Decimal 102 17 65 0 0.83 0.36 0.6 326.12 0.71 0.23
Hex 66 11 41 0 53 24 3C 146 47 17
Octal 146 21 101 0 123 44 74 506 107 27
Binary 1100110 10001 1000001 0 1010011 100100 111100 101000110 1000111 10111

Color Harmonies of #661141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661141

Black with #661141

Text Example


Text Example

White with #661141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661141; }

 p { color: rgb(102,17,65); }

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

background-color css

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

 a { background-color: rgb(102,17,65); }

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

border-color css

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

 span { border-color: rgb(102,17,65); }

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