Html Css Color HEX #661041 Tyrian Purple

📋 copy color: '#661041'

red 102 ◦ green 16 ◦ blue 65

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

Shades of Tyrian Purple #661041

Tints of Tyrian Purple #661041

RGB

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

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

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

R = 55.74%
G = 8.74%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#661041 (or 0x661041) is known color: Tyrian Purple. HEX triplet: 66, 10 and 41. RGB value is (102,16,65). Sum of RGB (Red+Green+Blue) = 102+16+65=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #661041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661041 is #99EFBE. Grayscale: #2F2F2F. Windows color (decimal): -10088383 or 4264038. OLE color: 4264038.

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

Color convert

RGB 102 16 65 -
CMYK 0 0.84 0.36 0.6
HSL 325.81º 0.73% 0.23% -
HSV(B) 325.81º 0.84% 0.4% -
XYZ 6.62 3.58 5.34 -
YUV 47.3 137.99 167.02 -
System Red Green Blue C M Y K H S L
Decimal 102 16 65 0 0.84 0.36 0.6 325.81 0.73 0.23
Hex 66 10 41 0 54 24 3C 146 49 17
Octal 146 20 101 0 124 44 74 506 111 27
Binary 1100110 10000 1000001 0 1010100 100100 111100 101000110 1001001 10111

Color Harmonies of #661041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661041

Black with #661041

Text Example


Text Example

White with #661041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661041; }

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

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

background-color css

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

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

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

border-color css

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

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

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