Html Css Color HEX #760455 Tyrian Purple

📋 copy color: '#760455'

red 118 ◦ green 4 ◦ blue 85

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

Shades of Tyrian Purple #760455

Tints of Tyrian Purple #760455

RGB

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

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

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

R = 57%
G = 1.93%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#760455 (or 0x760455) is known color: Tyrian Purple. HEX triplet: 76, 04 and 55. RGB value is (118,4,85). Sum of RGB (Red+Green+Blue) = 118+4+85=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #760455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760455 is #89FBAA. Grayscale: #2F2F2F. Windows color (decimal): -9042859 or 5571702. OLE color: 5571702.

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

Color convert

RGB 118 4 85 -
CMYK 0 0.97 0.28 0.54
HSL 317.37º 0.93% 0.24% -
HSV(B) 317.37º 0.97% 0.46% -
XYZ 9.15 4.59 9 -
YUV 47.32 149.27 178.41 -
System Red Green Blue C M Y K H S L
Decimal 118 4 85 0 0.97 0.28 0.54 317.37 0.93 0.24
Hex 76 4 55 0 61 1C 36 13D 5D 18
Octal 166 4 125 0 141 34 66 475 135 30
Binary 1110110 100 1010101 0 1100001 11100 110110 100111101 1011101 11000

Color Harmonies of #760455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760455

Black with #760455

Text Example


Text Example

White with #760455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760455; }

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

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

background-color css

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

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

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

border-color css

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

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

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