Html Css Color HEX #660936 Tyrian Purple

📋 copy color: '#660936'

red 102 ◦ green 9 ◦ blue 54

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

Shades of Tyrian Purple #660936

Tints of Tyrian Purple #660936

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.45%

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

R = 61.82%
G = 5.45%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.6

RGB Variations

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

Color information

#660936 (or 0x660936) is known color: Tyrian Purple. HEX triplet: 66, 09 and 36. RGB value is (102,9,54). Sum of RGB (Red+Green+Blue) = 102+9+54=165 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.82% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 102 - color contains mainly: red. Hex color #660936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660936 is #99F6C9. Grayscale: #292929. Windows color (decimal): -10090186 or 3541350. OLE color: 3541350.

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

Color convert

RGB 102 9 54 -
CMYK 0 0.91 0.47 0.6
HSL 330.97º 0.84% 0.22% -
HSV(B) 330.97º 0.91% 0.4% -
XYZ 6.24 3.29 3.8 -
YUV 41.94 134.81 170.84 -
System Red Green Blue C M Y K H S L
Decimal 102 9 54 0 0.91 0.47 0.6 330.97 0.84 0.22
Hex 66 9 36 0 5B 2F 3C 14B 54 16
Octal 146 11 66 0 133 57 74 513 124 26
Binary 1100110 1001 110110 0 1011011 101111 111100 101001011 1010100 10110

Color Harmonies of #660936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660936

Black with #660936

Text Example


Text Example

White with #660936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660936; }

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

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

background-color css

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

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

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

border-color css

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

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

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