Html Css Color HEX #660055 Tyrian Purple

📋 copy color: '#660055'

red 102 ◦ green 0 ◦ blue 85

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

Shades of Tyrian Purple #660055

Tints of Tyrian Purple #660055

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 85 (33.59% from 255) = 45.45%

R = 54.55%
G = 0%
B = 45.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#660055 (or 0x660055) is known color: Tyrian Purple. HEX triplet: 66, 00 and 55. RGB value is (102,0,85). Sum of RGB (Red+Green+Blue) = 102+0+85=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #660055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660055 is #99FFAA. Grayscale: #272727. Windows color (decimal): -10092459 or 5570662. OLE color: 5570662.

HSL color Cylindrical-coordinate representation of color #660055: hue angle of 310º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660055 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 0 85 -
CMYK 0 1 0.17 0.6
HSL 310º 1% 0.2% -
HSV(B) 310º 1% 0.4% -
XYZ 7.12 3.48 8.89 -
YUV 40.19 153.29 172.09 -
System Red Green Blue C M Y K H S L
Decimal 102 0 85 0 1 0.17 0.6 310 1 0.2
Hex 66 0 55 0 64 11 3C 136 64 14
Octal 146 0 125 0 144 21 74 466 144 24
Binary 1100110 0 1010101 0 1100100 10001 111100 100110110 1100100 10100

Color Harmonies of #660055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660055

Black with #660055

Text Example


Text Example

White with #660055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660055; }

 p { color: rgb(102,0,85); }

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

background-color css

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

 a { background-color: rgb(102,0,85); }

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

border-color css

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

 span { border-color: rgb(102,0,85); }

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