Html Css Color HEX #660036 Tyrian Purple

📋 copy color: '#660036'

red 102 ◦ green 0 ◦ blue 54

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

Shades of Tyrian Purple #660036

Tints of Tyrian Purple #660036

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.38%
G = 0%
B = 34.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.6

RGB Variations

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

Color information

#660036 (or 0x660036) is known color: Tyrian Purple. HEX triplet: 66, 00 and 36. RGB value is (102,0,54). Sum of RGB (Red+Green+Blue) = 102+0+54=156 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.38% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 54 (21.48% from 255 or 34.62% from 156); Max value from RGB is 102 - color contains mainly: red. Hex color #660036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660036 is #99FFC9. Grayscale: #242424. Windows color (decimal): -10092490 or 3539046. OLE color: 3539046.

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

Color convert

RGB 102 0 54 -
CMYK 0 1 0.47 0.6
HSL 328.24º 1% 0.2% -
HSV(B) 328.24º 1% 0.4% -
XYZ 6.15 3.09 3.76 -
YUV 36.65 137.79 174.61 -
System Red Green Blue C M Y K H S L
Decimal 102 0 54 0 1 0.47 0.6 328.24 1 0.2
Hex 66 0 36 0 64 2F 3C 148 64 14
Octal 146 0 66 0 144 57 74 510 144 24
Binary 1100110 0 110110 0 1100100 101111 111100 101001000 1100100 10100

Color Harmonies of #660036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660036

Black with #660036

Text Example


Text Example

White with #660036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660036; }

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

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

background-color css

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

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

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

border-color css

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

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

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