Html Css Color HEX #660146 Tyrian Purple

📋 copy color: '#660146'

red 102 ◦ green 1 ◦ blue 70

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

Shades of Tyrian Purple #660146

Tints of Tyrian Purple #660146

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

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

R = 58.96%
G = 0.58%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#660146 (or 0x660146) is known color: Tyrian Purple. HEX triplet: 66, 01 and 46. RGB value is (102,1,70). Sum of RGB (Red+Green+Blue) = 102+1+70=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #660146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660146 is #99FEB9. Grayscale: #262626. Windows color (decimal): -10092218 or 4587878. OLE color: 4587878.

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

Color convert

RGB 102 1 70 -
CMYK 0 0.99 0.31 0.6
HSL 319.01º 0.98% 0.2% -
HSV(B) 319.01º 0.99% 0.4% -
XYZ 6.6 3.29 6.08 -
YUV 39.07 145.46 172.89 -
System Red Green Blue C M Y K H S L
Decimal 102 1 70 0 0.99 0.31 0.6 319.01 0.98 0.2
Hex 66 1 46 0 63 1F 3C 13F 62 14
Octal 146 1 106 0 143 37 74 477 142 24
Binary 1100110 1 1000110 0 1100011 11111 111100 100111111 1100010 10100

Color Harmonies of #660146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660146

Black with #660146

Text Example


Text Example

White with #660146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660146; }

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

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

background-color css

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

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

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

border-color css

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

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

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