Html Css Color HEX #660646 Tyrian Purple

📋 copy color: '#660646'

red 102 ◦ green 6 ◦ blue 70

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

Shades of Tyrian Purple #660646

Tints of Tyrian Purple #660646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 39.33%

R = 57.3%
G = 3.37%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#660646 (or 0x660646) is known color: Tyrian Purple. HEX triplet: 66, 06 and 46. RGB value is (102,6,70). Sum of RGB (Red+Green+Blue) = 102+6+70=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #660646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660646 is #99F9B9. Grayscale: #292929. Windows color (decimal): -10090938 or 4589158. OLE color: 4589158.

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

Color convert

RGB 102 6 70 -
CMYK 0 0.94 0.31 0.6
HSL 320º 0.89% 0.21% -
HSV(B) 320º 0.94% 0.4% -
XYZ 6.65 3.4 6.1 -
YUV 42 143.8 170.8 -
System Red Green Blue C M Y K H S L
Decimal 102 6 70 0 0.94 0.31 0.6 320 0.89 0.21
Hex 66 6 46 0 5E 1F 3C 140 59 15
Octal 146 6 106 0 136 37 74 500 131 25
Binary 1100110 110 1000110 0 1011110 11111 111100 101000000 1011001 10101

Color Harmonies of #660646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660646

Black with #660646

Text Example


Text Example

White with #660646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660646; }

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

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

background-color css

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

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

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

border-color css

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

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

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