Html Css Color HEX #660242 Tyrian Purple

📋 copy color: '#660242'

red 102 ◦ green 2 ◦ blue 66

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

Shades of Tyrian Purple #660242

Tints of Tyrian Purple #660242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 38.82%

R = 60%
G = 1.18%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#660242 (or 0x660242) is known color: Tyrian Purple. HEX triplet: 66, 02 and 42. RGB value is (102,2,66). Sum of RGB (Red+Green+Blue) = 102+2+66=170 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 102 - color contains mainly: red. Hex color #660242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660242 is #99FDBD. Grayscale: #272727. Windows color (decimal): -10091966 or 4325990. OLE color: 4325990.

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

Color convert

RGB 102 2 66 -
CMYK 0 0.98 0.35 0.6
HSL 321.6º 0.96% 0.2% -
HSV(B) 321.6º 0.98% 0.4% -
XYZ 6.48 3.26 5.44 -
YUV 39.2 143.13 172.8 -
System Red Green Blue C M Y K H S L
Decimal 102 2 66 0 0.98 0.35 0.6 321.6 0.96 0.2
Hex 66 2 42 0 62 23 3C 142 60 14
Octal 146 2 102 0 142 43 74 502 140 24
Binary 1100110 10 1000010 0 1100010 100011 111100 101000010 1100000 10100

Color Harmonies of #660242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660242

Black with #660242

Text Example


Text Example

White with #660242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660242; }

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

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

background-color css

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

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

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

border-color css

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

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

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