Html Css Color HEX #660140 Tyrian Purple

📋 copy color: '#660140'

red 102 ◦ green 1 ◦ blue 64

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

Shades of Tyrian Purple #660140

Tints of Tyrian Purple #660140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 38.32%

R = 61.08%
G = 0.6%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#660140 (or 0x660140) is known color: Tyrian Purple. HEX triplet: 66, 01 and 40. RGB value is (102,1,64). Sum of RGB (Red+Green+Blue) = 102+1+64=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #660140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660140 is #99FEBF. Grayscale: #262626. Windows color (decimal): -10092224 or 4194662. OLE color: 4194662.

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

Color convert

RGB 102 1 64 -
CMYK 0 0.99 0.37 0.6
HSL 322.57º 0.98% 0.2% -
HSV(B) 322.57º 0.99% 0.4% -
XYZ 6.42 3.22 5.13 -
YUV 38.38 142.46 173.38 -
System Red Green Blue C M Y K H S L
Decimal 102 1 64 0 0.99 0.37 0.6 322.57 0.98 0.2
Hex 66 1 40 0 63 25 3C 143 62 14
Octal 146 1 100 0 143 45 74 503 142 24
Binary 1100110 1 1000000 0 1100011 100101 111100 101000011 1100010 10100

Color Harmonies of #660140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660140

Black with #660140

Text Example


Text Example

White with #660140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660140; }

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

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

background-color css

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

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

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

border-color css

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

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

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