Html Css Color HEX #660151 Tyrian Purple

📋 copy color: '#660151'

red 102 ◦ green 1 ◦ blue 81

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

Shades of Tyrian Purple #660151

Tints of Tyrian Purple #660151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 44.02%

R = 55.43%
G = 0.54%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.6

RGB Variations

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

Color information

#660151 (or 0x660151) is known color: Tyrian Purple. HEX triplet: 66, 01 and 51. RGB value is (102,1,81). Sum of RGB (Red+Green+Blue) = 102+1+81=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 81 (32.03% from 255 or 44.02% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #660151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660151 is #99FEAE. Grayscale: #282828. Windows color (decimal): -10092207 or 5308774. OLE color: 5308774.

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

Color convert

RGB 102 1 81 -
CMYK 0 0.99 0.21 0.6
HSL 312.48º 0.98% 0.2% -
HSV(B) 312.48º 0.99% 0.4% -
XYZ 6.98 3.44 8.08 -
YUV 40.32 150.96 172 -
System Red Green Blue C M Y K H S L
Decimal 102 1 81 0 0.99 0.21 0.6 312.48 0.98 0.2
Hex 66 1 51 0 63 15 3C 138 62 14
Octal 146 1 121 0 143 25 74 470 142 24
Binary 1100110 1 1010001 0 1100011 10101 111100 100111000 1100010 10100

Color Harmonies of #660151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660151

Black with #660151

Text Example


Text Example

White with #660151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660151; }

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

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

background-color css

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

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

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

border-color css

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

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

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