Html Css Color HEX #660150 Tyrian Purple

📋 copy color: '#660150'

red 102 ◦ green 1 ◦ blue 80

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

Shades of Tyrian Purple #660150

Tints of Tyrian Purple #660150

RGB

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

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

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

R = 55.74%
G = 0.55%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#660150 (or 0x660150) is known color: Tyrian Purple. HEX triplet: 66, 01 and 50. RGB value is (102,1,80). Sum of RGB (Red+Green+Blue) = 102+1+80=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #660150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660150 is #99FEAF. Grayscale: #272727. Windows color (decimal): -10092208 or 5243238. OLE color: 5243238.

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

Color convert

RGB 102 1 80 -
CMYK 0 0.99 0.22 0.6
HSL 313.07º 0.98% 0.2% -
HSV(B) 313.07º 0.99% 0.4% -
XYZ 6.94 3.43 7.88 -
YUV 40.21 150.46 172.08 -
System Red Green Blue C M Y K H S L
Decimal 102 1 80 0 0.99 0.22 0.6 313.07 0.98 0.2
Hex 66 1 50 0 63 16 3C 139 62 14
Octal 146 1 120 0 143 26 74 471 142 24
Binary 1100110 1 1010000 0 1100011 10110 111100 100111001 1100010 10100

Color Harmonies of #660150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660150

Black with #660150

Text Example


Text Example

White with #660150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660150; }

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

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

background-color css

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

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

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

border-color css

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

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

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