Html Css Color HEX #660440 Tyrian Purple

📋 copy color: '#660440'

red 102 ◦ green 4 ◦ blue 64

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

Shades of Tyrian Purple #660440

Tints of Tyrian Purple #660440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.35%

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

R = 60%
G = 2.35%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#660440 (or 0x660440) is known color: Tyrian Purple. HEX triplet: 66, 04 and 40. RGB value is (102,4,64). Sum of RGB (Red+Green+Blue) = 102+4+64=170 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 102 - color contains mainly: red. Hex color #660440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660440 is #99FBBF. Grayscale: #282828. Windows color (decimal): -10091456 or 4195430. OLE color: 4195430.

HSL color Cylindrical-coordinate representation of color #660440: hue angle of 323.27º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660440 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 4 64 -
CMYK 0 0.96 0.37 0.6
HSL 323.27º 0.92% 0.21% -
HSV(B) 323.27º 0.96% 0.4% -
XYZ 6.45 3.28 5.14 -
YUV 40.14 141.47 172.12 -
System Red Green Blue C M Y K H S L
Decimal 102 4 64 0 0.96 0.37 0.6 323.27 0.92 0.21
Hex 66 4 40 0 60 25 3C 143 5C 15
Octal 146 4 100 0 140 45 74 503 134 25
Binary 1100110 100 1000000 0 1100000 100101 111100 101000011 1011100 10101

Color Harmonies of #660440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660440

Black with #660440

Text Example


Text Example

White with #660440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660440; }

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

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

background-color css

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

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

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

border-color css

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

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

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