Html Css Color HEX #660142 Tyrian Purple

📋 copy color: '#660142'

red 102 ◦ green 1 ◦ blue 66

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

Shades of Tyrian Purple #660142

Tints of Tyrian Purple #660142

RGB

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

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

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

R = 60.36%
G = 0.59%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#660142 (or 0x660142) is known color: Tyrian Purple. HEX triplet: 66, 01 and 42. RGB value is (102,1,66). Sum of RGB (Red+Green+Blue) = 102+1+66=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #660142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660142 is #99FEBD. Grayscale: #262626. Windows color (decimal): -10092222 or 4325734. OLE color: 4325734.

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

Color convert

RGB 102 1 66 -
CMYK 0 0.99 0.35 0.6
HSL 321.39º 0.98% 0.2% -
HSV(B) 321.39º 0.99% 0.4% -
XYZ 6.47 3.24 5.44 -
YUV 38.61 143.46 173.21 -
System Red Green Blue C M Y K H S L
Decimal 102 1 66 0 0.99 0.35 0.6 321.39 0.98 0.2
Hex 66 1 42 0 63 23 3C 141 62 14
Octal 146 1 102 0 143 43 74 501 142 24
Binary 1100110 1 1000010 0 1100011 100011 111100 101000001 1100010 10100

Color Harmonies of #660142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660142

Black with #660142

Text Example


Text Example

White with #660142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660142; }

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

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

background-color css

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

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

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

border-color css

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

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

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