Html Css Color HEX #773963 Palatinate Purple

📋 copy color: '#773963'

red 119 ◦ green 57 ◦ blue 99

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

Shades of Palatinate Purple #773963

Tints of Palatinate Purple #773963

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.73%

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

R = 43.27%
G = 20.73%
B = 36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#773963 (or 0x773963) is known color: Palatinate Purple. HEX triplet: 77, 39 and 63. RGB value is (119,57,99). Sum of RGB (Red+Green+Blue) = 119+57+99=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #773963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773963 is #88C69C. Grayscale: #505050. Windows color (decimal): -8963741 or 6502775. OLE color: 6502775.

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

Color convert

RGB 119 57 99 -
CMYK 0 0.52 0.17 0.53
HSL 319.35º 0.35% 0.35% -
HSV(B) 319.35º 0.52% 0.47% -
XYZ 11.32 7.75 12.7 -
YUV 80.33 138.54 155.58 -
System Red Green Blue C M Y K H S L
Decimal 119 57 99 0 0.52 0.17 0.53 319.35 0.35 0.35
Hex 77 39 63 0 34 11 35 13F 23 23
Octal 167 71 143 0 64 21 65 477 43 43
Binary 1110111 111001 1100011 0 110100 10001 110101 100111111 100011 100011

Color Harmonies of #773963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773963

Black with #773963

Text Example


Text Example

White with #773963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773963; }

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

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

background-color css

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

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

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

border-color css

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

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

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