Html Css Color HEX #760232 Tyrian Purple

📋 copy color: '#760232'

red 118 ◦ green 2 ◦ blue 50

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

Shades of Tyrian Purple #760232

Tints of Tyrian Purple #760232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.18%

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

R = 69.41%
G = 1.18%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#760232 (or 0x760232) is known color: Tyrian Purple. HEX triplet: 76, 02 and 32. RGB value is (118,2,50). Sum of RGB (Red+Green+Blue) = 118+2+50=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #760232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760232 is #89FDCD. Grayscale: #2A2A2A. Windows color (decimal): -9043406 or 3277430. OLE color: 3277430.

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

Color convert

RGB 118 2 50 -
CMYK 0 0.98 0.58 0.54
HSL 335.17º 0.97% 0.24% -
HSV(B) 335.17º 0.98% 0.46% -
XYZ 8.07 4.13 3.39 -
YUV 42.16 132.43 182.1 -
System Red Green Blue C M Y K H S L
Decimal 118 2 50 0 0.98 0.58 0.54 335.17 0.97 0.24
Hex 76 2 32 0 62 3A 36 14F 61 18
Octal 166 2 62 0 142 72 66 517 141 30
Binary 1110110 10 110010 0 1100010 111010 110110 101001111 1100001 11000

Color Harmonies of #760232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760232

Black with #760232

Text Example


Text Example

White with #760232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760232; }

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

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

background-color css

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

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

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

border-color css

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

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

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