Html Css Color HEX #661050 Tyrian Purple

📋 copy color: '#661050'

red 102 ◦ green 16 ◦ blue 80

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

Shades of Tyrian Purple #661050

Tints of Tyrian Purple #661050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 40.4%

R = 51.52%
G = 8.08%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#661050 (or 0x661050) is known color: Tyrian Purple. HEX triplet: 66, 10 and 50. RGB value is (102,16,80). Sum of RGB (Red+Green+Blue) = 102+16+80=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #661050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661050 is #99EFAF. Grayscale: #303030. Windows color (decimal): -10088368 or 5247078. OLE color: 5247078.

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

Color convert

RGB 102 16 80 -
CMYK 0 0.84 0.22 0.6
HSL 315.35º 0.73% 0.23% -
HSV(B) 315.35º 0.84% 0.4% -
XYZ 7.11 3.77 7.94 -
YUV 49.01 145.49 165.8 -
System Red Green Blue C M Y K H S L
Decimal 102 16 80 0 0.84 0.22 0.6 315.35 0.73 0.23
Hex 66 10 50 0 54 16 3C 13B 49 17
Octal 146 20 120 0 124 26 74 473 111 27
Binary 1100110 10000 1010000 0 1010100 10110 111100 100111011 1001001 10111

Color Harmonies of #661050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661050

Black with #661050

Text Example


Text Example

White with #661050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661050; }

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

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

background-color css

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

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

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

border-color css

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

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

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