Html Css Color HEX #763562 Palatinate Purple

📋 copy color: '#763562'

red 118 ◦ green 53 ◦ blue 98

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

Shades of Palatinate Purple #763562

Tints of Palatinate Purple #763562

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.7%

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

R = 43.87%
G = 19.7%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#763562 (or 0x763562) is known color: Palatinate Purple. HEX triplet: 76, 35 and 62. RGB value is (118,53,98). Sum of RGB (Red+Green+Blue) = 118+53+98=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #763562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763562 is #89CA9D. Grayscale: #4D4D4D. Windows color (decimal): -9030302 or 6436214. OLE color: 6436214.

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

Color convert

RGB 118 53 98 -
CMYK 0 0.55 0.17 0.54
HSL 318.46º 0.38% 0.34% -
HSV(B) 318.46º 0.55% 0.46% -
XYZ 10.95 7.28 12.38 -
YUV 77.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 118 53 98 0 0.55 0.17 0.54 318.46 0.38 0.34
Hex 76 35 62 0 37 11 36 13E 26 22
Octal 166 65 142 0 67 21 66 476 46 42
Binary 1110110 110101 1100010 0 110111 10001 110110 100111110 100110 100010

Color Harmonies of #763562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763562

Black with #763562

Text Example


Text Example

White with #763562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763562; }

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

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

background-color css

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

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

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

border-color css

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

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

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