Html Css Color HEX #660B37 Tyrian Purple

📋 copy color: '#660B37'

red 102 ◦ green 11 ◦ blue 55

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

Shades of Tyrian Purple #660B37

Tints of Tyrian Purple #660B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 32.74%

R = 60.71%
G = 6.55%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.6

RGB Variations

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

Color information

#660B37 (or 0x660B37) is known color: Tyrian Purple. HEX triplet: 66, 0B and 37. RGB value is (102,11,55). Sum of RGB (Red+Green+Blue) = 102+11+55=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 11 (4.69% from 255 or 6.55% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #660B37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660B37 is #99F4C8. Grayscale: #2B2B2B. Windows color (decimal): -10089673 or 3607398. OLE color: 3607398.

HSL color Cylindrical-coordinate representation of color #660B37: hue angle of 330.99º 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 #660B37 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 11 55 -
CMYK 0 0.89 0.46 0.6
HSL 330.99º 0.81% 0.22% -
HSV(B) 330.99º 0.89% 0.4% -
XYZ 6.29 3.34 3.93 -
YUV 43.23 134.65 169.92 -
System Red Green Blue C M Y K H S L
Decimal 102 11 55 0 0.89 0.46 0.6 330.99 0.81 0.22
Hex 66 B 37 0 59 2E 3C 14B 51 16
Octal 146 13 67 0 131 56 74 513 121 26
Binary 1100110 1011 110111 0 1011001 101110 111100 101001011 1010001 10110

Color Harmonies of #660B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660B37

Black with #660B37

Text Example


Text Example

White with #660B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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