Html Css Color HEX #660551 Tyrian Purple

📋 copy color: '#660551'

red 102 ◦ green 5 ◦ blue 81

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

Shades of Tyrian Purple #660551

Tints of Tyrian Purple #660551

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.66%

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

R = 54.26%
G = 2.66%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.6

RGB Variations

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

Color information

#660551 (or 0x660551) is known color: Tyrian Purple. HEX triplet: 66, 05 and 51. RGB value is (102,5,81). Sum of RGB (Red+Green+Blue) = 102+5+81=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #660551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660551 is #99FAAE. Grayscale: #2A2A2A. Windows color (decimal): -10091183 or 5309798. OLE color: 5309798.

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

Color convert

RGB 102 5 81 -
CMYK 0 0.95 0.21 0.6
HSL 312.99º 0.91% 0.21% -
HSV(B) 312.99º 0.95% 0.4% -
XYZ 7.02 3.53 8.1 -
YUV 42.67 149.64 170.32 -
System Red Green Blue C M Y K H S L
Decimal 102 5 81 0 0.95 0.21 0.6 312.99 0.91 0.21
Hex 66 5 51 0 5F 15 3C 139 5B 15
Octal 146 5 121 0 137 25 74 471 133 25
Binary 1100110 101 1010001 0 1011111 10101 111100 100111001 1011011 10101

Color Harmonies of #660551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660551

Black with #660551

Text Example


Text Example

White with #660551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660551; }

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

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

background-color css

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

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

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

border-color css

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

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

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