Html Css Color HEX #661136 Tyrian Purple

📋 copy color: '#661136'

red 102 ◦ green 17 ◦ blue 54

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

Shades of Tyrian Purple #661136

Tints of Tyrian Purple #661136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 31.21%

R = 58.96%
G = 9.83%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.6

RGB Variations

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

Color information

#661136 (or 0x661136) is known color: Tyrian Purple. HEX triplet: 66, 11 and 36. RGB value is (102,17,54). Sum of RGB (Red+Green+Blue) = 102+17+54=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #661136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661136 is #99EEC9. Grayscale: #2E2E2E. Windows color (decimal): -10088138 or 3543398. OLE color: 3543398.

HSL color Cylindrical-coordinate representation of color #661136: hue angle of 333.88º 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 #661136 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 17 54 -
CMYK 0 0.83 0.47 0.6
HSL 333.88º 0.71% 0.23% -
HSV(B) 333.88º 0.83% 0.4% -
XYZ 6.35 3.49 3.83 -
YUV 46.63 132.16 167.49 -
System Red Green Blue C M Y K H S L
Decimal 102 17 54 0 0.83 0.47 0.6 333.88 0.71 0.23
Hex 66 11 36 0 53 2F 3C 14E 47 17
Octal 146 21 66 0 123 57 74 516 107 27
Binary 1100110 10001 110110 0 1010011 101111 111100 101001110 1000111 10111

Color Harmonies of #661136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661136

Black with #661136

Text Example


Text Example

White with #661136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661136; }

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

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

background-color css

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

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

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

border-color css

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

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

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