Html Css Color HEX #660455 Tyrian Purple

📋 copy color: '#660455'

red 102 ◦ green 4 ◦ blue 85

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

Shades of Tyrian Purple #660455

Tints of Tyrian Purple #660455

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.09%

 BLUE value IS 85 (33.59% from 255) = 44.5%

R = 53.4%
G = 2.09%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#660455 (or 0x660455) is known color: Tyrian Purple. HEX triplet: 66, 04 and 55. RGB value is (102,4,85). Sum of RGB (Red+Green+Blue) = 102+4+85=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #660455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660455 is #99FBAA. Grayscale: #2A2A2A. Windows color (decimal): -10091435 or 5571686. OLE color: 5571686.

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

Color convert

RGB 102 4 85 -
CMYK 0 0.96 0.17 0.6
HSL 310.41º 0.92% 0.21% -
HSV(B) 310.41º 0.96% 0.4% -
XYZ 7.16 3.57 8.91 -
YUV 42.54 151.97 170.41 -
System Red Green Blue C M Y K H S L
Decimal 102 4 85 0 0.96 0.17 0.6 310.41 0.92 0.21
Hex 66 4 55 0 60 11 3C 136 5C 15
Octal 146 4 125 0 140 21 74 466 134 25
Binary 1100110 100 1010101 0 1100000 10001 111100 100110110 1011100 10101

Color Harmonies of #660455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660455

Black with #660455

Text Example


Text Example

White with #660455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660455; }

 p { color: rgb(102,4,85); }

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

background-color css

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

 a { background-color: rgb(102,4,85); }

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

border-color css

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

 span { border-color: rgb(102,4,85); }

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