Html Css Color HEX #763761 Palatinate Purple

📋 copy color: '#763761'

red 118 ◦ green 55 ◦ blue 97

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

Shades of Palatinate Purple #763761

Tints of Palatinate Purple #763761

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.37%

 BLUE value IS 97 (38.28% from 255) = 35.93%

R = 43.7%
G = 20.37%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#763761 (or 0x763761) is known color: Palatinate Purple. HEX triplet: 76, 37 and 61. RGB value is (118,55,97). Sum of RGB (Red+Green+Blue) = 118+55+97=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #763761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763761 is #89C89E. Grayscale: #4E4E4E. Windows color (decimal): -9029791 or 6371190. OLE color: 6371190.

HSL color Cylindrical-coordinate representation of color #763761: hue angle of 320º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #763761 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 55 97 -
CMYK 0 0.53 0.18 0.54
HSL 320º 0.36% 0.34% -
HSV(B) 320º 0.53% 0.46% -
XYZ 11 7.45 12.17 -
YUV 78.63 138.37 156.08 -
System Red Green Blue C M Y K H S L
Decimal 118 55 97 0 0.53 0.18 0.54 320 0.36 0.34
Hex 76 37 61 0 35 12 36 140 24 22
Octal 166 67 141 0 65 22 66 500 44 42
Binary 1110110 110111 1100001 0 110101 10010 110110 101000000 100100 100010

Color Harmonies of #763761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763761

Black with #763761

Text Example


Text Example

White with #763761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763761; }

 p { color: rgb(118,55,97); }

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

background-color css

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

 a { background-color: rgb(118,55,97); }

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

border-color css

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

 span { border-color: rgb(118,55,97); }

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