Html Css Color HEX #763063 Palatinate Purple

📋 copy color: '#763063'

red 118 ◦ green 48 ◦ blue 99

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

Shades of Palatinate Purple #763063

Tints of Palatinate Purple #763063

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.11%

 BLUE value IS 99 (39.06% from 255) = 37.36%

R = 44.53%
G = 18.11%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#763063 (or 0x763063) is known color: Palatinate Purple. HEX triplet: 76, 30 and 63. RGB value is (118,48,99). Sum of RGB (Red+Green+Blue) = 118+48+99=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #763063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763063 is #89CF9C. Grayscale: #4A4A4A. Windows color (decimal): -9031581 or 6500470. OLE color: 6500470.

HSL color Cylindrical-coordinate representation of color #763063: hue angle of 316.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #763063 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 48 99 -
CMYK 0 0.59 0.16 0.54
HSL 316.29º 0.42% 0.33% -
HSV(B) 316.29º 0.59% 0.46% -
XYZ 10.78 6.87 12.56 -
YUV 74.74 141.69 158.85 -
System Red Green Blue C M Y K H S L
Decimal 118 48 99 0 0.59 0.16 0.54 316.29 0.42 0.33
Hex 76 30 63 0 3B 10 36 13C 2A 21
Octal 166 60 143 0 73 20 66 474 52 41
Binary 1110110 110000 1100011 0 111011 10000 110110 100111100 101010 100001

Color Harmonies of #763063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763063

Black with #763063

Text Example


Text Example

White with #763063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763063; }

 p { color: rgb(118,48,99); }

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

background-color css

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

 a { background-color: rgb(118,48,99); }

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

border-color css

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

 span { border-color: rgb(118,48,99); }

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