Html Css Color HEX #660640 Tyrian Purple

📋 copy color: '#660640'

red 102 ◦ green 6 ◦ blue 64

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

Shades of Tyrian Purple #660640

Tints of Tyrian Purple #660640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.49%

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

R = 59.3%
G = 3.49%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#660640 (or 0x660640) is known color: Tyrian Purple. HEX triplet: 66, 06 and 40. RGB value is (102,6,64). Sum of RGB (Red+Green+Blue) = 102+6+64=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #660640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660640 is #99F9BF. Grayscale: #292929. Windows color (decimal): -10090944 or 4195942. OLE color: 4195942.

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

Color convert

RGB 102 6 64 -
CMYK 0 0.94 0.37 0.6
HSL 323.75º 0.89% 0.21% -
HSV(B) 323.75º 0.94% 0.4% -
XYZ 6.47 3.33 5.15 -
YUV 41.32 140.8 171.28 -
System Red Green Blue C M Y K H S L
Decimal 102 6 64 0 0.94 0.37 0.6 323.75 0.89 0.21
Hex 66 6 40 0 5E 25 3C 144 59 15
Octal 146 6 100 0 136 45 74 504 131 25
Binary 1100110 110 1000000 0 1011110 100101 111100 101000100 1011001 10101

Color Harmonies of #660640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660640

Black with #660640

Text Example


Text Example

White with #660640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660640; }

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

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

background-color css

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

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

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

border-color css

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

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

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