Html Css Color HEX #660D4A Tyrian Purple

📋 copy color: '#660D4A'

red 102 ◦ green 13 ◦ blue 74

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

Shades of Tyrian Purple #660D4A

Tints of Tyrian Purple #660D4A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.88%

 BLUE value IS 74 (29.3% from 255) = 39.15%

R = 53.97%
G = 6.88%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#660D4A (or 0x660D4A) is known color: Tyrian Purple. HEX triplet: 66, 0D and 4A. RGB value is (102,13,74). Sum of RGB (Red+Green+Blue) = 102+13+74=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #660D4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660D4A is #99F2B5. Grayscale: #2E2E2E. Windows color (decimal): -10089142 or 4853094. OLE color: 4853094.

HSL color Cylindrical-coordinate representation of color #660D4A: hue angle of 318.88º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #660D4A is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 13 74 -
CMYK 0 0.87 0.27 0.6
HSL 318.88º 0.77% 0.23% -
HSV(B) 318.88º 0.87% 0.4% -
XYZ 6.86 3.61 6.81 -
YUV 46.57 143.49 167.54 -
System Red Green Blue C M Y K H S L
Decimal 102 13 74 0 0.87 0.27 0.6 318.88 0.77 0.23
Hex 66 D 4A 0 57 1B 3C 13F 4D 17
Octal 146 15 112 0 127 33 74 477 115 27
Binary 1100110 1101 1001010 0 1010111 11011 111100 100111111 1001101 10111

Color Harmonies of #660D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660D4A

Black with #660D4A

Text Example


Text Example

White with #660D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660D4A; }

 p { color: rgb(102,13,74); }

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

background-color css

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

 a { background-color: rgb(102,13,74); }

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

border-color css

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

 span { border-color: rgb(102,13,74); }

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