Html Css Color HEX #760137 Tyrian Purple

📋 copy color: '#760137'

red 118 ◦ green 1 ◦ blue 55

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

Shades of Tyrian Purple #760137

Tints of Tyrian Purple #760137

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 67.82%
G = 0.57%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#760137 (or 0x760137) is known color: Tyrian Purple. HEX triplet: 76, 01 and 37. RGB value is (118,1,55). Sum of RGB (Red+Green+Blue) = 118+1+55=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #760137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760137 is #89FEC8. Grayscale: #2A2A2A. Windows color (decimal): -9043657 or 3604854. OLE color: 3604854.

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

Color convert

RGB 118 1 55 -
CMYK 0 0.99 0.53 0.54
HSL 332.31º 0.98% 0.23% -
HSV(B) 332.31º 0.99% 0.46% -
XYZ 8.17 4.15 3.98 -
YUV 42.14 135.26 182.11 -
System Red Green Blue C M Y K H S L
Decimal 118 1 55 0 0.99 0.53 0.54 332.31 0.98 0.23
Hex 76 1 37 0 63 35 36 14C 62 17
Octal 166 1 67 0 143 65 66 514 142 27
Binary 1110110 1 110111 0 1100011 110101 110110 101001100 1100010 10111

Color Harmonies of #760137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760137

Black with #760137

Text Example


Text Example

White with #760137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760137; }

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

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

background-color css

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

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

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

border-color css

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

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

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