Html Css Color HEX #760437 Tyrian Purple

📋 copy color: '#760437'

red 118 ◦ green 4 ◦ blue 55

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

Shades of Tyrian Purple #760437

Tints of Tyrian Purple #760437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 31.07%

R = 66.67%
G = 2.26%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#760437 (or 0x760437) is known color: Tyrian Purple. HEX triplet: 76, 04 and 37. RGB value is (118,4,55). Sum of RGB (Red+Green+Blue) = 118+4+55=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 55 (21.88% from 255 or 31.07% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #760437 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760437 is #89FBC8. Grayscale: #2B2B2B. Windows color (decimal): -9042889 or 3605622. OLE color: 3605622.

HSL color Cylindrical-coordinate representation of color #760437: hue angle of 333.16º 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 #760437 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 4 55 -
CMYK 0 0.97 0.53 0.54
HSL 333.16º 0.93% 0.24% -
HSV(B) 333.16º 0.97% 0.46% -
XYZ 8.2 4.21 4 -
YUV 43.9 134.27 180.85 -
System Red Green Blue C M Y K H S L
Decimal 118 4 55 0 0.97 0.53 0.54 333.16 0.93 0.24
Hex 76 4 37 0 61 35 36 14D 5D 18
Octal 166 4 67 0 141 65 66 515 135 30
Binary 1110110 100 110111 0 1100001 110101 110110 101001101 1011101 11000

Color Harmonies of #760437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760437

Black with #760437

Text Example


Text Example

White with #760437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760437; }

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

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

background-color css

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

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

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

border-color css

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

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

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