Html Css Color HEX #660044 Tyrian Purple

📋 copy color: '#660044'

red 102 ◦ green 0 ◦ blue 68

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

Shades of Tyrian Purple #660044

Tints of Tyrian Purple #660044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 40%

R = 60%
G = 0%
B = 40%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.6

RGB Variations

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

Color information

#660044 (or 0x660044) is known color: Tyrian Purple. HEX triplet: 66, 00 and 44. RGB value is (102,0,68). Sum of RGB (Red+Green+Blue) = 102+0+68=170 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 102 - color contains mainly: red. Hex color #660044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660044 is #99FFBB. Grayscale: #262626. Windows color (decimal): -10092476 or 4456550. OLE color: 4456550.

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

Color convert

RGB 102 0 68 -
CMYK 0 1 0.33 0.6
HSL 320º 1% 0.2% -
HSV(B) 320º 1% 0.4% -
XYZ 6.52 3.24 5.75 -
YUV 38.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 102 0 68 0 1 0.33 0.6 320 1 0.2
Hex 66 0 44 0 64 21 3C 140 64 14
Octal 146 0 104 0 144 41 74 500 144 24
Binary 1100110 0 1000100 0 1100100 100001 111100 101000000 1100100 10100

Color Harmonies of #660044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660044

Black with #660044

Text Example


Text Example

White with #660044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660044; }

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

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

background-color css

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

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

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

border-color css

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

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

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