Html Css Color HEX #760259 Tyrian Purple

📋 copy color: '#760259'

red 118 ◦ green 2 ◦ blue 89

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

Shades of Tyrian Purple #760259

Tints of Tyrian Purple #760259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 42.58%

R = 56.46%
G = 0.96%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#760259 (or 0x760259) is known color: Tyrian Purple. HEX triplet: 76, 02 and 59. RGB value is (118,2,89). Sum of RGB (Red+Green+Blue) = 118+2+89=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #760259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760259 is #89FDA6. Grayscale: #2E2E2E. Windows color (decimal): -9043367 or 5833334. OLE color: 5833334.

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

Color convert

RGB 118 2 89 -
CMYK 0 0.98 0.25 0.54
HSL 315º 0.97% 0.24% -
HSV(B) 315º 0.98% 0.46% -
XYZ 9.3 4.62 9.85 -
YUV 46.6 151.93 178.93 -
System Red Green Blue C M Y K H S L
Decimal 118 2 89 0 0.98 0.25 0.54 315 0.97 0.24
Hex 76 2 59 0 62 19 36 13B 61 18
Octal 166 2 131 0 142 31 66 473 141 30
Binary 1110110 10 1011001 0 1100010 11001 110110 100111011 1100001 11000

Color Harmonies of #760259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760259

Black with #760259

Text Example


Text Example

White with #760259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760259; }

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

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

background-color css

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

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

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

border-color css

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

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

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