Html Css Color HEX #660737 Tyrian Purple

📋 copy color: '#660737'

red 102 ◦ green 7 ◦ blue 55

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

Shades of Tyrian Purple #660737

Tints of Tyrian Purple #660737

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.27%

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

R = 62.2%
G = 4.27%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.6

RGB Variations

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

Color information

#660737 (or 0x660737) is known color: Tyrian Purple. HEX triplet: 66, 07 and 37. RGB value is (102,7,55). Sum of RGB (Red+Green+Blue) = 102+7+55=164 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.20% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 102 - color contains mainly: red. Hex color #660737 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660737 is #99F8C8. Grayscale: #282828. Windows color (decimal): -10090697 or 3606374. OLE color: 3606374.

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

Color convert

RGB 102 7 55 -
CMYK 0 0.93 0.46 0.6
HSL 329.68º 0.87% 0.21% -
HSV(B) 329.68º 0.93% 0.4% -
XYZ 6.25 3.25 3.91 -
YUV 40.88 135.97 171.6 -
System Red Green Blue C M Y K H S L
Decimal 102 7 55 0 0.93 0.46 0.6 329.68 0.87 0.21
Hex 66 7 37 0 5D 2E 3C 14A 57 15
Octal 146 7 67 0 135 56 74 512 127 25
Binary 1100110 111 110111 0 1011101 101110 111100 101001010 1010111 10101

Color Harmonies of #660737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660737

Black with #660737

Text Example


Text Example

White with #660737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660737; }

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

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

background-color css

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

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

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

border-color css

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

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

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