Html Css Color HEX #660040 Tyrian Purple

📋 copy color: '#660040'

red 102 ◦ green 0 ◦ blue 64

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

Shades of Tyrian Purple #660040

Tints of Tyrian Purple #660040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 38.55%

R = 61.45%
G = 0%
B = 38.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#660040 (or 0x660040) is known color: Tyrian Purple. HEX triplet: 66, 00 and 40. RGB value is (102,0,64). Sum of RGB (Red+Green+Blue) = 102+0+64=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #660040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660040 is #99FFBF. Grayscale: #252525. Windows color (decimal): -10092480 or 4194406. OLE color: 4194406.

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

Color convert

RGB 102 0 64 -
CMYK 0 1 0.37 0.6
HSL 322.35º 1% 0.2% -
HSV(B) 322.35º 1% 0.4% -
XYZ 6.4 3.19 5.13 -
YUV 37.79 142.79 173.8 -
System Red Green Blue C M Y K H S L
Decimal 102 0 64 0 1 0.37 0.6 322.35 1 0.2
Hex 66 0 40 0 64 25 3C 142 64 14
Octal 146 0 100 0 144 45 74 502 144 24
Binary 1100110 0 1000000 0 1100100 100101 111100 101000010 1100100 10100

Color Harmonies of #660040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660040

Black with #660040

Text Example


Text Example

White with #660040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660040; }

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

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

background-color css

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

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

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

border-color css

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

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

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