Html Css Color HEX #660051 Tyrian Purple

📋 copy color: '#660051'

red 102 ◦ green 0 ◦ blue 81

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

Shades of Tyrian Purple #660051

Tints of Tyrian Purple #660051

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.74%
G = 0%
B = 44.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.6

RGB Variations

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

Color information

#660051 (or 0x660051) is known color: Tyrian Purple. HEX triplet: 66, 00 and 51. RGB value is (102,0,81). Sum of RGB (Red+Green+Blue) = 102+0+81=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 81 (32.03% from 255 or 44.26% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #660051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660051 is #99FFAE. Grayscale: #272727. Windows color (decimal): -10092463 or 5308518. OLE color: 5308518.

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

Color convert

RGB 102 0 81 -
CMYK 0 1 0.21 0.6
HSL 312.35º 1% 0.2% -
HSV(B) 312.35º 1% 0.4% -
XYZ 6.96 3.42 8.08 -
YUV 39.73 151.29 172.41 -
System Red Green Blue C M Y K H S L
Decimal 102 0 81 0 1 0.21 0.6 312.35 1 0.2
Hex 66 0 51 0 64 15 3C 138 64 14
Octal 146 0 121 0 144 25 74 470 144 24
Binary 1100110 0 1010001 0 1100100 10101 111100 100111000 1100100 10100

Color Harmonies of #660051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660051

Black with #660051

Text Example


Text Example

White with #660051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660051; }

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

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

background-color css

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

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

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

border-color css

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

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

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