Html Css Color HEX #773063 Palatinate Purple

📋 copy color: '#773063'

red 119 ◦ green 48 ◦ blue 99

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

Shades of Palatinate Purple #773063

Tints of Palatinate Purple #773063

RGB

 RED value IS 119 (46.88% from 255) = 44.74%

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

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

R = 44.74%
G = 18.05%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#773063 (or 0x773063) is known color: Palatinate Purple. HEX triplet: 77, 30 and 63. RGB value is (119,48,99). Sum of RGB (Red+Green+Blue) = 119+48+99=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #773063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773063 is #88CF9C. Grayscale: #4A4A4A. Windows color (decimal): -8966045 or 6500471. OLE color: 6500471.

HSL color Cylindrical-coordinate representation of color #773063: hue angle of 316.9º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #773063 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 48 99 -
CMYK 0 0.60 0.17 0.53
HSL 316.9º 0.43% 0.33% -
HSV(B) 316.9º 0.6% 0.47% -
XYZ 10.92 6.94 12.57 -
YUV 75.04 141.52 159.35 -
System Red Green Blue C M Y K H S L
Decimal 119 48 99 0 0.60 0.17 0.53 316.9 0.43 0.33
Hex 77 30 63 0 3C 11 35 13D 2B 21
Octal 167 60 143 0 74 21 65 475 53 41
Binary 1110111 110000 1100011 0 111100 10001 110101 100111101 101011 100001

Color Harmonies of #773063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773063

Black with #773063

Text Example


Text Example

White with #773063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773063; }

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

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

background-color css

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

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

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

border-color css

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

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

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