Html Css Color HEX #762063 Palatinate Purple

📋 copy color: '#762063'

red 118 ◦ green 32 ◦ blue 99

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

Shades of Palatinate Purple #762063

Tints of Palatinate Purple #762063

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.85%

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

R = 47.39%
G = 12.85%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#762063 (or 0x762063) is known color: Palatinate Purple. HEX triplet: 76, 20 and 63. RGB value is (118,32,99). Sum of RGB (Red+Green+Blue) = 118+32+99=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #762063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762063 is #89DF9C. Grayscale: #414141. Windows color (decimal): -9035677 or 6496374. OLE color: 6496374.

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

Color convert

RGB 118 32 99 -
CMYK 0 0.73 0.16 0.54
HSL 313.26º 0.57% 0.29% -
HSV(B) 313.26º 0.73% 0.46% -
XYZ 10.24 5.79 12.38 -
YUV 65.35 146.99 165.55 -
System Red Green Blue C M Y K H S L
Decimal 118 32 99 0 0.73 0.16 0.54 313.26 0.57 0.29
Hex 76 20 63 0 49 10 36 139 39 1D
Octal 166 40 143 0 111 20 66 471 71 35
Binary 1110110 100000 1100011 0 1001001 10000 110110 100111001 111001 11101

Color Harmonies of #762063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762063

Black with #762063

Text Example


Text Example

White with #762063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762063; }

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

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

background-color css

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

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

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

border-color css

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

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

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