Html Css Color HEX #761659 Palatinate Purple

📋 copy color: '#761659'

red 118 ◦ green 22 ◦ blue 89

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

Shades of Palatinate Purple #761659

Tints of Palatinate Purple #761659

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.61%

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

R = 51.53%
G = 9.61%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#761659 (or 0x761659) is known color: Palatinate Purple. HEX triplet: 76, 16 and 59. RGB value is (118,22,89). Sum of RGB (Red+Green+Blue) = 118+22+89=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #761659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761659 is #89E9A6. Grayscale: #3A3A3A. Windows color (decimal): -9038247 or 5838454. OLE color: 5838454.

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

Color convert

RGB 118 22 89 -
CMYK 0 0.81 0.25 0.54
HSL 318.13º 0.69% 0.27% -
HSV(B) 318.13º 0.81% 0.46% -
XYZ 9.56 5.15 9.94 -
YUV 58.34 145.3 170.55 -
System Red Green Blue C M Y K H S L
Decimal 118 22 89 0 0.81 0.25 0.54 318.13 0.69 0.27
Hex 76 16 59 0 51 19 36 13E 45 1B
Octal 166 26 131 0 121 31 66 476 105 33
Binary 1110110 10110 1011001 0 1010001 11001 110110 100111110 1000101 11011

Color Harmonies of #761659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761659

Black with #761659

Text Example


Text Example

White with #761659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761659; }

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

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

background-color css

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

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

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

border-color css

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

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

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