Html Css Color HEX #660B4A Tyrian Purple

📋 copy color: '#660B4A'

red 102 ◦ green 11 ◦ blue 74

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

Shades of Tyrian Purple #660B4A

Tints of Tyrian Purple #660B4A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.88%

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

R = 54.55%
G = 5.88%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#660B4A (or 0x660B4A) is known color: Tyrian Purple. HEX triplet: 66, 0B and 4A. RGB value is (102,11,74). Sum of RGB (Red+Green+Blue) = 102+11+74=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #660B4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660B4A is #99F4B5. Grayscale: #2D2D2D. Windows color (decimal): -10089654 or 4852582. OLE color: 4852582.

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

Color convert

RGB 102 11 74 -
CMYK 0 0.89 0.27 0.6
HSL 318.46º 0.81% 0.22% -
HSV(B) 318.46º 0.89% 0.4% -
XYZ 6.84 3.56 6.81 -
YUV 45.39 144.15 168.38 -
System Red Green Blue C M Y K H S L
Decimal 102 11 74 0 0.89 0.27 0.6 318.46 0.81 0.22
Hex 66 B 4A 0 59 1B 3C 13E 51 16
Octal 146 13 112 0 131 33 74 476 121 26
Binary 1100110 1011 1001010 0 1011001 11011 111100 100111110 1010001 10110

Color Harmonies of #660B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660B4A

Black with #660B4A

Text Example


Text Example

White with #660B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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