Html Css Color HEX #761759 Palatinate Purple

📋 copy color: '#761759'

red 118 ◦ green 23 ◦ blue 89

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

Shades of Palatinate Purple #761759

Tints of Palatinate Purple #761759

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10%

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

R = 51.3%
G = 10%
B = 38.7%

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

#761759 (or 0x761759) is known color: Palatinate Purple. HEX triplet: 76, 17 and 59. RGB value is (118,23,89). Sum of RGB (Red+Green+Blue) = 118+23+89=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #761759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761759 is #89E8A6. Grayscale: #3A3A3A. Windows color (decimal): -9037991 or 5838710. OLE color: 5838710.

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

Color convert

RGB 118 23 89 -
CMYK 0 0.81 0.25 0.54
HSL 318.32º 0.67% 0.28% -
HSV(B) 318.32º 0.81% 0.46% -
XYZ 9.58 5.19 9.95 -
YUV 58.93 144.97 170.13 -
System Red Green Blue C M Y K H S L
Decimal 118 23 89 0 0.81 0.25 0.54 318.32 0.67 0.28
Hex 76 17 59 0 51 19 36 13E 43 1C
Octal 166 27 131 0 121 31 66 476 103 34
Binary 1110110 10111 1011001 0 1010001 11001 110110 100111110 1000011 11100

Color Harmonies of #761759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761759

Black with #761759

Text Example


Text Example

White with #761759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761759; }

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

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

background-color css

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

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

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

border-color css

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

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

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