Html Css Color HEX #763762 Palatinate Purple

📋 copy color: '#763762'

red 118 ◦ green 55 ◦ blue 98

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

Shades of Palatinate Purple #763762

Tints of Palatinate Purple #763762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.16%

R = 43.54%
G = 20.3%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#763762 (or 0x763762) is known color: Palatinate Purple. HEX triplet: 76, 37 and 62. RGB value is (118,55,98). Sum of RGB (Red+Green+Blue) = 118+55+98=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #763762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763762 is #89C89D. Grayscale: #4E4E4E. Windows color (decimal): -9029790 or 6436726. OLE color: 6436726.

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

Color convert

RGB 118 55 98 -
CMYK 0 0.53 0.17 0.54
HSL 319.05º 0.36% 0.34% -
HSV(B) 319.05º 0.53% 0.46% -
XYZ 11.04 7.47 12.41 -
YUV 78.74 138.87 156 -
System Red Green Blue C M Y K H S L
Decimal 118 55 98 0 0.53 0.17 0.54 319.05 0.36 0.34
Hex 76 37 62 0 35 11 36 13F 24 22
Octal 166 67 142 0 65 21 66 477 44 42
Binary 1110110 110111 1100010 0 110101 10001 110110 100111111 100100 100010

Color Harmonies of #763762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763762

Black with #763762

Text Example


Text Example

White with #763762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763762; }

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

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

background-color css

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

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

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

border-color css

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

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

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