Html Css Color HEX #763962 Palatinate Purple

📋 copy color: '#763962'

red 118 ◦ green 57 ◦ blue 98

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

Shades of Palatinate Purple #763962

Tints of Palatinate Purple #763962

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.88%

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

R = 43.22%
G = 20.88%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#763962 (or 0x763962) is known color: Palatinate Purple. HEX triplet: 76, 39 and 62. RGB value is (118,57,98). Sum of RGB (Red+Green+Blue) = 118+57+98=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #763962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763962 is #89C69D. Grayscale: #4F4F4F. Windows color (decimal): -9029278 or 6437238. OLE color: 6437238.

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

Color convert

RGB 118 57 98 -
CMYK 0 0.52 0.17 0.54
HSL 319.67º 0.35% 0.34% -
HSV(B) 319.67º 0.52% 0.46% -
XYZ 11.14 7.66 12.45 -
YUV 79.91 138.21 155.17 -
System Red Green Blue C M Y K H S L
Decimal 118 57 98 0 0.52 0.17 0.54 319.67 0.35 0.34
Hex 76 39 62 0 34 11 36 140 23 22
Octal 166 71 142 0 64 21 66 500 43 42
Binary 1110110 111001 1100010 0 110100 10001 110110 101000000 100011 100010

Color Harmonies of #763962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763962

Black with #763962

Text Example


Text Example

White with #763962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763962; }

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

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

background-color css

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

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

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

border-color css

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

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

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