Html Css Color HEX #773263 Palatinate Purple

📋 copy color: '#773263'

red 119 ◦ green 50 ◦ blue 99

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

Shades of Palatinate Purple #773263

Tints of Palatinate Purple #773263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.66%

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

R = 44.4%
G = 18.66%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#773263 (or 0x773263) is known color: Palatinate Purple. HEX triplet: 77, 32 and 63. RGB value is (119,50,99). Sum of RGB (Red+Green+Blue) = 119+50+99=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #773263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773263 is #88CD9C. Grayscale: #4C4C4C. Windows color (decimal): -8965533 or 6500983. OLE color: 6500983.

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

Color convert

RGB 119 50 99 -
CMYK 0 0.58 0.17 0.53
HSL 317.39º 0.41% 0.33% -
HSV(B) 317.39º 0.58% 0.47% -
XYZ 11 7.1 12.6 -
YUV 76.22 140.86 158.52 -
System Red Green Blue C M Y K H S L
Decimal 119 50 99 0 0.58 0.17 0.53 317.39 0.41 0.33
Hex 77 32 63 0 3A 11 35 13D 29 21
Octal 167 62 143 0 72 21 65 475 51 41
Binary 1110111 110010 1100011 0 111010 10001 110101 100111101 101001 100001

Color Harmonies of #773263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773263

Black with #773263

Text Example


Text Example

White with #773263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773263; }

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

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

background-color css

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

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

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

border-color css

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

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

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