Html Css Color HEX #773560 Palatinate Purple

📋 copy color: '#773560'

red 119 ◦ green 53 ◦ blue 96

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

Shades of Palatinate Purple #773560

Tints of Palatinate Purple #773560

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.78%

 BLUE value IS 96 (37.89% from 255) = 35.82%

R = 44.4%
G = 19.78%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#773560 (or 0x773560) is known color: Palatinate Purple. HEX triplet: 77, 35 and 60. RGB value is (119,53,96). Sum of RGB (Red+Green+Blue) = 119+53+96=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #773560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773560 is #88CA9F. Grayscale: #4D4D4D. Windows color (decimal): -8964768 or 6305143. OLE color: 6305143.

HSL color Cylindrical-coordinate representation of color #773560: hue angle of 320.91º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #773560 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 53 96 -
CMYK 0 0.55 0.19 0.53
HSL 320.91º 0.38% 0.34% -
HSV(B) 320.91º 0.55% 0.47% -
XYZ 10.99 7.31 11.9 -
YUV 77.64 138.37 157.5 -
System Red Green Blue C M Y K H S L
Decimal 119 53 96 0 0.55 0.19 0.53 320.91 0.38 0.34
Hex 77 35 60 0 37 13 35 141 26 22
Octal 167 65 140 0 67 23 65 501 46 42
Binary 1110111 110101 1100000 0 110111 10011 110101 101000001 100110 100010

Color Harmonies of #773560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773560

Black with #773560

Text Example


Text Example

White with #773560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773560; }

 p { color: rgb(119,53,96); }

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

background-color css

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

 a { background-color: rgb(119,53,96); }

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

border-color css

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

 span { border-color: rgb(119,53,96); }

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