Html Css Color HEX #660756 Tyrian Purple

📋 copy color: '#660756'

red 102 ◦ green 7 ◦ blue 86

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

Shades of Tyrian Purple #660756

Tints of Tyrian Purple #660756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 44.1%

R = 52.31%
G = 3.59%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.6

RGB Variations

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

Color information

#660756 (or 0x660756) is known color: Tyrian Purple. HEX triplet: 66, 07 and 56. RGB value is (102,7,86). Sum of RGB (Red+Green+Blue) = 102+7+86=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #660756 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660756 is #99F8A9. Grayscale: #2C2C2C. Windows color (decimal): -10090666 or 5637990. OLE color: 5637990.

HSL color Cylindrical-coordinate representation of color #660756: hue angle of 310.11º 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 #660756 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 7 86 -
CMYK 0 0.93 0.16 0.6
HSL 310.11º 0.87% 0.21% -
HSV(B) 310.11º 0.93% 0.4% -
XYZ 7.24 3.65 9.13 -
YUV 44.41 151.47 169.08 -
System Red Green Blue C M Y K H S L
Decimal 102 7 86 0 0.93 0.16 0.6 310.11 0.87 0.21
Hex 66 7 56 0 5D 10 3C 136 57 15
Octal 146 7 126 0 135 20 74 466 127 25
Binary 1100110 111 1010110 0 1011101 10000 111100 100110110 1010111 10101

Color Harmonies of #660756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660756

Black with #660756

Text Example


Text Example

White with #660756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660756; }

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

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

background-color css

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

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

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

border-color css

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

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

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