Html Css Color HEX #660141 Tyrian Purple

📋 copy color: '#660141'

red 102 ◦ green 1 ◦ blue 65

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

Shades of Tyrian Purple #660141

Tints of Tyrian Purple #660141

RGB

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

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

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

R = 60.71%
G = 0.6%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#660141 (or 0x660141) is known color: Tyrian Purple. HEX triplet: 66, 01 and 41. RGB value is (102,1,65). Sum of RGB (Red+Green+Blue) = 102+1+65=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #660141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660141 is #99FEBE. Grayscale: #262626. Windows color (decimal): -10092223 or 4260198. OLE color: 4260198.

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

Color convert

RGB 102 1 65 -
CMYK 0 0.99 0.36 0.6
HSL 321.98º 0.98% 0.2% -
HSV(B) 321.98º 0.99% 0.4% -
XYZ 6.44 3.23 5.28 -
YUV 38.5 142.96 173.3 -
System Red Green Blue C M Y K H S L
Decimal 102 1 65 0 0.99 0.36 0.6 321.98 0.98 0.2
Hex 66 1 41 0 63 24 3C 142 62 14
Octal 146 1 101 0 143 44 74 502 142 24
Binary 1100110 1 1000001 0 1100011 100100 111100 101000010 1100010 10100

Color Harmonies of #660141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660141

Black with #660141

Text Example


Text Example

White with #660141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660141; }

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

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

background-color css

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

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

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

border-color css

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

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

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