Html Css Color HEX #760334 Tyrian Purple

📋 copy color: '#760334'

red 118 ◦ green 3 ◦ blue 52

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

Shades of Tyrian Purple #760334

Tints of Tyrian Purple #760334

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.73%

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

R = 68.21%
G = 1.73%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#760334 (or 0x760334) is known color: Tyrian Purple. HEX triplet: 76, 03 and 34. RGB value is (118,3,52). Sum of RGB (Red+Green+Blue) = 118+3+52=173 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.21% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 118 - color contains mainly: red. Hex color #760334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760334 is #89FCCB. Grayscale: #2A2A2A. Windows color (decimal): -9043148 or 3408758. OLE color: 3408758.

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

Color convert

RGB 118 3 52 -
CMYK 0 0.97 0.56 0.54
HSL 334.43º 0.95% 0.24% -
HSV(B) 334.43º 0.97% 0.46% -
XYZ 8.12 4.16 3.62 -
YUV 42.97 133.1 181.52 -
System Red Green Blue C M Y K H S L
Decimal 118 3 52 0 0.97 0.56 0.54 334.43 0.95 0.24
Hex 76 3 34 0 61 38 36 14E 5F 18
Octal 166 3 64 0 141 70 66 516 137 30
Binary 1110110 11 110100 0 1100001 111000 110110 101001110 1011111 11000

Color Harmonies of #760334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760334

Black with #760334

Text Example


Text Example

White with #760334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760334; }

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

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

background-color css

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

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

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

border-color css

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

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

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