Html Css Color HEX #660241 Tyrian Purple

📋 copy color: '#660241'

red 102 ◦ green 2 ◦ blue 65

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

Shades of Tyrian Purple #660241

Tints of Tyrian Purple #660241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 38.46%

R = 60.36%
G = 1.18%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#660241 (or 0x660241) is known color: Tyrian Purple. HEX triplet: 66, 02 and 41. RGB value is (102,2,65). Sum of RGB (Red+Green+Blue) = 102+2+65=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #660241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660241 is #99FDBE. Grayscale: #262626. Windows color (decimal): -10091967 or 4260454. OLE color: 4260454.

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

Color convert

RGB 102 2 65 -
CMYK 0 0.98 0.36 0.6
HSL 322.2º 0.96% 0.2% -
HSV(B) 322.2º 0.98% 0.4% -
XYZ 6.46 3.25 5.29 -
YUV 39.08 142.63 172.88 -
System Red Green Blue C M Y K H S L
Decimal 102 2 65 0 0.98 0.36 0.6 322.2 0.96 0.2
Hex 66 2 41 0 62 24 3C 142 60 14
Octal 146 2 101 0 142 44 74 502 140 24
Binary 1100110 10 1000001 0 1100010 100100 111100 101000010 1100000 10100

Color Harmonies of #660241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660241

Black with #660241

Text Example


Text Example

White with #660241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660241; }

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

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

background-color css

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

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

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

border-color css

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

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

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