Html Css Color HEX #760134 Tyrian Purple

📋 copy color: '#760134'

red 118 ◦ green 1 ◦ blue 52

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

Shades of Tyrian Purple #760134

Tints of Tyrian Purple #760134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 30.41%

R = 69.01%
G = 0.58%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#760134 (or 0x760134) is known color: Tyrian Purple. HEX triplet: 76, 01 and 34. RGB value is (118,1,52). Sum of RGB (Red+Green+Blue) = 118+1+52=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #760134 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760134 is #89FECB. Grayscale: #292929. Windows color (decimal): -9043660 or 3408246. OLE color: 3408246.

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

Color convert

RGB 118 1 52 -
CMYK 0 0.99 0.56 0.54
HSL 333.85º 0.98% 0.23% -
HSV(B) 333.85º 0.99% 0.46% -
XYZ 8.1 4.12 3.62 -
YUV 41.8 133.76 182.35 -
System Red Green Blue C M Y K H S L
Decimal 118 1 52 0 0.99 0.56 0.54 333.85 0.98 0.23
Hex 76 1 34 0 63 38 36 14E 62 17
Octal 166 1 64 0 143 70 66 516 142 27
Binary 1110110 1 110100 0 1100011 111000 110110 101001110 1100010 10111

Color Harmonies of #760134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760134

Black with #760134

Text Example


Text Example

White with #760134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760134; }

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

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

background-color css

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

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

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

border-color css

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

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

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