Html Css Color HEX #760055 Tyrian Purple

📋 copy color: '#760055'

red 118 ◦ green 0 ◦ blue 85

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

Shades of Tyrian Purple #760055

Tints of Tyrian Purple #760055

RGB

 RED value IS 118 (46.48% from 255) = 58.13%

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

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

R = 58.13%
G = 0%
B = 41.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#760055 (or 0x760055) is known color: Tyrian Purple. HEX triplet: 76, 00 and 55. RGB value is (118,0,85). Sum of RGB (Red+Green+Blue) = 118+0+85=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #760055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760055 is #89FFAA. Grayscale: #2C2C2C. Windows color (decimal): -9043883 or 5570678. OLE color: 5570678.

HSL color Cylindrical-coordinate representation of color #760055: hue angle of 316.78º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760055 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 0 85 -
CMYK 0 1 0.28 0.54
HSL 316.78º 1% 0.23% -
HSV(B) 316.78º 1% 0.46% -
XYZ 9.11 4.51 8.98 -
YUV 44.97 150.59 180.09 -
System Red Green Blue C M Y K H S L
Decimal 118 0 85 0 1 0.28 0.54 316.78 1 0.23
Hex 76 0 55 0 64 1C 36 13D 64 17
Octal 166 0 125 0 144 34 66 475 144 27
Binary 1110110 0 1010101 0 1100100 11100 110110 100111101 1100100 10111

Color Harmonies of #760055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760055

Black with #760055

Text Example


Text Example

White with #760055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760055; }

 p { color: rgb(118,0,85); }

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

background-color css

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

 a { background-color: rgb(118,0,85); }

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

border-color css

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

 span { border-color: rgb(118,0,85); }

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