Html Css Color HEX #660950 Tyrian Purple

📋 copy color: '#660950'

red 102 ◦ green 9 ◦ blue 80

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

Shades of Tyrian Purple #660950

Tints of Tyrian Purple #660950

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.71%

 BLUE value IS 80 (31.64% from 255) = 41.88%

R = 53.4%
G = 4.71%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#660950 (or 0x660950) is known color: Tyrian Purple. HEX triplet: 66, 09 and 50. RGB value is (102,9,80). Sum of RGB (Red+Green+Blue) = 102+9+80=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #660950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660950 is #99F6AF. Grayscale: #2C2C2C. Windows color (decimal): -10090160 or 5245286. OLE color: 5245286.

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

Color convert

RGB 102 9 80 -
CMYK 0 0.91 0.22 0.6
HSL 314.19º 0.84% 0.22% -
HSV(B) 314.19º 0.91% 0.4% -
XYZ 7.03 3.6 7.91 -
YUV 44.9 147.81 168.73 -
System Red Green Blue C M Y K H S L
Decimal 102 9 80 0 0.91 0.22 0.6 314.19 0.84 0.22
Hex 66 9 50 0 5B 16 3C 13A 54 16
Octal 146 11 120 0 133 26 74 472 124 26
Binary 1100110 1001 1010000 0 1011011 10110 111100 100111010 1010100 10110

Color Harmonies of #660950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660950

Black with #660950

Text Example


Text Example

White with #660950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660950; }

 p { color: rgb(102,9,80); }

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

background-color css

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

 a { background-color: rgb(102,9,80); }

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

border-color css

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

 span { border-color: rgb(102,9,80); }

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