Html Css Color HEX #760556 Tyrian Purple

📋 copy color: '#760556'

red 118 ◦ green 5 ◦ blue 86

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

Shades of Tyrian Purple #760556

Tints of Tyrian Purple #760556

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.39%

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

R = 56.46%
G = 2.39%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#760556 (or 0x760556) is known color: Tyrian Purple. HEX triplet: 76, 05 and 56. RGB value is (118,5,86). Sum of RGB (Red+Green+Blue) = 118+5+86=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #760556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760556 is #89FAA9. Grayscale: #2F2F2F. Windows color (decimal): -9042602 or 5637494. OLE color: 5637494.

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

Color convert

RGB 118 5 86 -
CMYK 0 0.96 0.27 0.54
HSL 316.99º 0.92% 0.24% -
HSV(B) 316.99º 0.96% 0.46% -
XYZ 9.21 4.63 9.21 -
YUV 48.02 149.44 177.91 -
System Red Green Blue C M Y K H S L
Decimal 118 5 86 0 0.96 0.27 0.54 316.99 0.92 0.24
Hex 76 5 56 0 60 1B 36 13D 5C 18
Octal 166 5 126 0 140 33 66 475 134 30
Binary 1110110 101 1010110 0 1100000 11011 110110 100111101 1011100 11000

Color Harmonies of #760556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760556

Black with #760556

Text Example


Text Example

White with #760556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760556; }

 p { color: rgb(118,5,86); }

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

background-color css

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

 a { background-color: rgb(118,5,86); }

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

border-color css

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

 span { border-color: rgb(118,5,86); }

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