Html Css Color HEX #660B4B Tyrian Purple

📋 copy color: '#660B4B'

red 102 ◦ green 11 ◦ blue 75

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

Shades of Tyrian Purple #660B4B

Tints of Tyrian Purple #660B4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 39.89%

R = 54.26%
G = 5.85%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.6

RGB Variations

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

Color information

#660B4B (or 0x660B4B) is known color: Tyrian Purple. HEX triplet: 66, 0B and 4B. RGB value is (102,11,75). Sum of RGB (Red+Green+Blue) = 102+11+75=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 11 (4.69% from 255 or 5.85% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #660B4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660B4B is #99F4B4. Grayscale: #2D2D2D. Windows color (decimal): -10089653 or 4918118. OLE color: 4918118.

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

Color convert

RGB 102 11 75 -
CMYK 0 0.89 0.26 0.6
HSL 317.8º 0.81% 0.22% -
HSV(B) 317.8º 0.89% 0.4% -
XYZ 6.87 3.57 6.98 -
YUV 45.51 144.65 168.3 -
System Red Green Blue C M Y K H S L
Decimal 102 11 75 0 0.89 0.26 0.6 317.8 0.81 0.22
Hex 66 B 4B 0 59 1A 3C 13E 51 16
Octal 146 13 113 0 131 32 74 476 121 26
Binary 1100110 1011 1001011 0 1011001 11010 111100 100111110 1010001 10110

Color Harmonies of #660B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660B4B

Black with #660B4B

Text Example


Text Example

White with #660B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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