Html Css Color HEX #660850 Tyrian Purple

📋 copy color: '#660850'

red 102 ◦ green 8 ◦ blue 80

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

Shades of Tyrian Purple #660850

Tints of Tyrian Purple #660850

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.21%

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

R = 53.68%
G = 4.21%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#660850 (or 0x660850) is known color: Tyrian Purple. HEX triplet: 66, 08 and 50. RGB value is (102,8,80). Sum of RGB (Red+Green+Blue) = 102+8+80=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #660850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660850 is #99F7AF. Grayscale: #2C2C2C. Windows color (decimal): -10090416 or 5245030. OLE color: 5245030.

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

Color convert

RGB 102 8 80 -
CMYK 0 0.92 0.22 0.6
HSL 314.04º 0.85% 0.22% -
HSV(B) 314.04º 0.92% 0.4% -
XYZ 7.01 3.58 7.91 -
YUV 44.31 148.14 169.15 -
System Red Green Blue C M Y K H S L
Decimal 102 8 80 0 0.92 0.22 0.6 314.04 0.85 0.22
Hex 66 8 50 0 5C 16 3C 13A 55 16
Octal 146 10 120 0 134 26 74 472 125 26
Binary 1100110 1000 1010000 0 1011100 10110 111100 100111010 1010101 10110

Color Harmonies of #660850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660850

Black with #660850

Text Example


Text Example

White with #660850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660850; }

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

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

background-color css

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

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

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

border-color css

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

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

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