Html Css Color HEX #660336 Tyrian Purple

📋 copy color: '#660336'

red 102 ◦ green 3 ◦ blue 54

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

Shades of Tyrian Purple #660336

Tints of Tyrian Purple #660336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.89%

 BLUE value IS 54 (21.48% from 255) = 33.96%

R = 64.15%
G = 1.89%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.6

RGB Variations

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

Color information

#660336 (or 0x660336) is known color: Tyrian Purple. HEX triplet: 66, 03 and 36. RGB value is (102,3,54). Sum of RGB (Red+Green+Blue) = 102+3+54=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 54 (21.48% from 255 or 33.96% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #660336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660336 is #99FCC9. Grayscale: #262626. Windows color (decimal): -10091722 or 3539814. OLE color: 3539814.

HSL color Cylindrical-coordinate representation of color #660336: hue angle of 329.09º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #660336 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 3 54 -
CMYK 0 0.97 0.47 0.6
HSL 329.09º 0.94% 0.21% -
HSV(B) 329.09º 0.97% 0.4% -
XYZ 6.18 3.16 3.77 -
YUV 38.42 136.8 173.35 -
System Red Green Blue C M Y K H S L
Decimal 102 3 54 0 0.97 0.47 0.6 329.09 0.94 0.21
Hex 66 3 36 0 61 2F 3C 149 5E 15
Octal 146 3 66 0 141 57 74 511 136 25
Binary 1100110 11 110110 0 1100001 101111 111100 101001001 1011110 10101

Color Harmonies of #660336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660336

Black with #660336

Text Example


Text Example

White with #660336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660336; }

 p { color: rgb(102,3,54); }

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

background-color css

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

 a { background-color: rgb(102,3,54); }

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

border-color css

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

 span { border-color: rgb(102,3,54); }

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