Html Css Color HEX #760132 Tyrian Purple

📋 copy color: '#760132'

red 118 ◦ green 1 ◦ blue 50

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

Shades of Tyrian Purple #760132

Tints of Tyrian Purple #760132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 29.59%

R = 69.82%
G = 0.59%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#760132 (or 0x760132) is known color: Tyrian Purple. HEX triplet: 76, 01 and 32. RGB value is (118,1,50). Sum of RGB (Red+Green+Blue) = 118+1+50=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #760132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760132 is #89FECD. Grayscale: #292929. Windows color (decimal): -9043662 or 3277174. OLE color: 3277174.

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

Color convert

RGB 118 1 50 -
CMYK 0 0.99 0.58 0.54
HSL 334.87º 0.98% 0.23% -
HSV(B) 334.87º 0.99% 0.46% -
XYZ 8.06 4.1 3.38 -
YUV 41.57 132.76 182.52 -
System Red Green Blue C M Y K H S L
Decimal 118 1 50 0 0.99 0.58 0.54 334.87 0.98 0.23
Hex 76 1 32 0 63 3A 36 14F 62 17
Octal 166 1 62 0 143 72 66 517 142 27
Binary 1110110 1 110010 0 1100011 111010 110110 101001111 1100010 10111

Color Harmonies of #760132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760132

Black with #760132

Text Example


Text Example

White with #760132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760132; }

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

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

background-color css

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

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

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

border-color css

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

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

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