Html Css Color HEX #660250 Tyrian Purple

📋 copy color: '#660250'

red 102 ◦ green 2 ◦ blue 80

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

Shades of Tyrian Purple #660250

Tints of Tyrian Purple #660250

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

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

R = 55.43%
G = 1.09%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#660250 (or 0x660250) is known color: Tyrian Purple. HEX triplet: 66, 02 and 50. RGB value is (102,2,80). Sum of RGB (Red+Green+Blue) = 102+2+80=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #660250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660250 is #99FDAF. Grayscale: #282828. Windows color (decimal): -10091952 or 5243494. OLE color: 5243494.

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

Color convert

RGB 102 2 80 -
CMYK 0 0.98 0.22 0.6
HSL 313.2º 0.96% 0.2% -
HSV(B) 313.2º 0.98% 0.4% -
XYZ 6.95 3.45 7.89 -
YUV 40.79 150.13 171.66 -
System Red Green Blue C M Y K H S L
Decimal 102 2 80 0 0.98 0.22 0.6 313.2 0.96 0.2
Hex 66 2 50 0 62 16 3C 139 60 14
Octal 146 2 120 0 142 26 74 471 140 24
Binary 1100110 10 1010000 0 1100010 10110 111100 100111001 1100000 10100

Color Harmonies of #660250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660250

Black with #660250

Text Example


Text Example

White with #660250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660250; }

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

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

background-color css

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

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

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

border-color css

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

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

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