Html Css Color HEX #761259 Palatinate Purple

📋 copy color: '#761259'

red 118 ◦ green 18 ◦ blue 89

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

Shades of Palatinate Purple #761259

Tints of Palatinate Purple #761259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8%

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

R = 52.44%
G = 8%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#761259 (or 0x761259) is known color: Palatinate Purple. HEX triplet: 76, 12 and 59. RGB value is (118,18,89). Sum of RGB (Red+Green+Blue) = 118+18+89=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #761259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761259 is #89EDA6. Grayscale: #373737. Windows color (decimal): -9039271 or 5837430. OLE color: 5837430.

HSL color Cylindrical-coordinate representation of color #761259: hue angle of 317.4º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761259 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 18 89 -
CMYK 0 0.85 0.25 0.54
HSL 317.4º 0.74% 0.27% -
HSV(B) 317.4º 0.85% 0.46% -
XYZ 9.49 5.01 9.92 -
YUV 55.99 146.63 172.23 -
System Red Green Blue C M Y K H S L
Decimal 118 18 89 0 0.85 0.25 0.54 317.4 0.74 0.27
Hex 76 12 59 0 55 19 36 13D 4A 1B
Octal 166 22 131 0 125 31 66 475 112 33
Binary 1110110 10010 1011001 0 1010101 11001 110110 100111101 1001010 11011

Color Harmonies of #761259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761259

Black with #761259

Text Example


Text Example

White with #761259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761259; }

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

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

background-color css

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

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

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

border-color css

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

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

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