Html Css Color HEX #660550 Tyrian Purple

📋 copy color: '#660550'

red 102 ◦ green 5 ◦ blue 80

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

Shades of Tyrian Purple #660550

Tints of Tyrian Purple #660550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.67%

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

R = 54.55%
G = 2.67%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#660550 (or 0x660550) is known color: Tyrian Purple. HEX triplet: 66, 05 and 50. RGB value is (102,5,80). Sum of RGB (Red+Green+Blue) = 102+5+80=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #660550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660550 is #99FAAF. Grayscale: #2A2A2A. Windows color (decimal): -10091184 or 5244262. OLE color: 5244262.

HSL color Cylindrical-coordinate representation of color #660550: hue angle of 313.61º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660550 is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 5 80 -
CMYK 0 0.95 0.22 0.6
HSL 313.61º 0.91% 0.21% -
HSV(B) 313.61º 0.95% 0.4% -
XYZ 6.98 3.51 7.9 -
YUV 42.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 102 5 80 0 0.95 0.22 0.6 313.61 0.91 0.21
Hex 66 5 50 0 5F 16 3C 13A 5B 15
Octal 146 5 120 0 137 26 74 472 133 25
Binary 1100110 101 1010000 0 1011111 10110 111100 100111010 1011011 10101

Color Harmonies of #660550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660550

Black with #660550

Text Example


Text Example

White with #660550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660550; }

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

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

background-color css

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

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

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

border-color css

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

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

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