Html Css Color HEX #660240 Tyrian Purple

📋 copy color: '#660240'

red 102 ◦ green 2 ◦ blue 64

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

Shades of Tyrian Purple #660240

Tints of Tyrian Purple #660240

RGB

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

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

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

R = 60.71%
G = 1.19%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#660240 (or 0x660240) is known color: Tyrian Purple. HEX triplet: 66, 02 and 40. RGB value is (102,2,64). Sum of RGB (Red+Green+Blue) = 102+2+64=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #660240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660240 is #99FDBF. Grayscale: #262626. Windows color (decimal): -10091968 or 4194918. OLE color: 4194918.

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

Color convert

RGB 102 2 64 -
CMYK 0 0.98 0.37 0.6
HSL 322.8º 0.96% 0.2% -
HSV(B) 322.8º 0.98% 0.4% -
XYZ 6.43 3.24 5.14 -
YUV 38.97 142.13 172.96 -
System Red Green Blue C M Y K H S L
Decimal 102 2 64 0 0.98 0.37 0.6 322.8 0.96 0.2
Hex 66 2 40 0 62 25 3C 143 60 14
Octal 146 2 100 0 142 45 74 503 140 24
Binary 1100110 10 1000000 0 1100010 100101 111100 101000011 1100000 10100

Color Harmonies of #660240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660240

Black with #660240

Text Example


Text Example

White with #660240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660240; }

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

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

background-color css

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

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

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

border-color css

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

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

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