Html Css Color HEX #660257 Tyrian Purple

📋 copy color: '#660257'

red 102 ◦ green 2 ◦ blue 87

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

Shades of Tyrian Purple #660257

Tints of Tyrian Purple #660257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 45.55%

R = 53.4%
G = 1.05%
B = 45.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.6

RGB Variations

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

Color information

#660257 (or 0x660257) is known color: Tyrian Purple. HEX triplet: 66, 02 and 57. RGB value is (102,2,87). Sum of RGB (Red+Green+Blue) = 102+2+87=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #660257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660257 is #99FDA8. Grayscale: #292929. Windows color (decimal): -10091945 or 5702246. OLE color: 5702246.

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

Color convert

RGB 102 2 87 -
CMYK 0 0.98 0.15 0.6
HSL 309º 0.96% 0.2% -
HSV(B) 309º 0.98% 0.4% -
XYZ 7.22 3.56 9.32 -
YUV 41.59 153.63 171.09 -
System Red Green Blue C M Y K H S L
Decimal 102 2 87 0 0.98 0.15 0.6 309 0.96 0.2
Hex 66 2 57 0 62 F 3C 135 60 14
Octal 146 2 127 0 142 17 74 465 140 24
Binary 1100110 10 1010111 0 1100010 1111 111100 100110101 1100000 10100

Color Harmonies of #660257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660257

Black with #660257

Text Example


Text Example

White with #660257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660257; }

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

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

background-color css

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

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

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

border-color css

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

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

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