Html Css Color HEX #660147 Tyrian Purple

📋 copy color: '#660147'

red 102 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #660147

Tints of Tyrian Purple #660147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 40.8%

R = 58.62%
G = 0.57%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.6

RGB Variations

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

Color information

#660147 (or 0x660147) is known color: Tyrian Purple. HEX triplet: 66, 01 and 47. RGB value is (102,1,71). Sum of RGB (Red+Green+Blue) = 102+1+71=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #660147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660147 is #99FEB8. Grayscale: #272727. Windows color (decimal): -10092217 or 4653414. OLE color: 4653414.

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

Color convert

RGB 102 1 71 -
CMYK 0 0.99 0.30 0.6
HSL 318.42º 0.98% 0.2% -
HSV(B) 318.42º 0.99% 0.4% -
XYZ 6.63 3.3 6.25 -
YUV 39.18 145.96 172.81 -
System Red Green Blue C M Y K H S L
Decimal 102 1 71 0 0.99 0.30 0.6 318.42 0.98 0.2
Hex 66 1 47 0 63 1E 3C 13E 62 14
Octal 146 1 107 0 143 36 74 476 142 24
Binary 1100110 1 1000111 0 1100011 11110 111100 100111110 1100010 10100

Color Harmonies of #660147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660147

Black with #660147

Text Example


Text Example

White with #660147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660147; }

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

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

background-color css

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

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

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

border-color css

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

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

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