Html Css Color HEX #760354 Tyrian Purple

📋 copy color: '#760354'

red 118 ◦ green 3 ◦ blue 84

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

Shades of Tyrian Purple #760354

Tints of Tyrian Purple #760354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 40.98%

R = 57.56%
G = 1.46%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#760354 (or 0x760354) is known color: Tyrian Purple. HEX triplet: 76, 03 and 54. RGB value is (118,3,84). Sum of RGB (Red+Green+Blue) = 118+3+84=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #760354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760354 is #89FCAB. Grayscale: #2E2E2E. Windows color (decimal): -9043116 or 5505910. OLE color: 5505910.

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

Color convert

RGB 118 3 84 -
CMYK 0 0.97 0.29 0.54
HSL 317.74º 0.95% 0.24% -
HSV(B) 317.74º 0.97% 0.46% -
XYZ 9.1 4.56 8.79 -
YUV 46.62 149.1 178.91 -
System Red Green Blue C M Y K H S L
Decimal 118 3 84 0 0.97 0.29 0.54 317.74 0.95 0.24
Hex 76 3 54 0 61 1D 36 13E 5F 18
Octal 166 3 124 0 141 35 66 476 137 30
Binary 1110110 11 1010100 0 1100001 11101 110110 100111110 1011111 11000

Color Harmonies of #760354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760354

Black with #760354

Text Example


Text Example

White with #760354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760354; }

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

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

background-color css

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

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

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

border-color css

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

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

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