Html Css Color HEX #773461 Palatinate Purple

📋 copy color: '#773461'

red 119 ◦ green 52 ◦ blue 97

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

Shades of Palatinate Purple #773461

Tints of Palatinate Purple #773461

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.4%

 BLUE value IS 97 (38.28% from 255) = 36.19%

R = 44.4%
G = 19.4%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#773461 (or 0x773461) is known color: Palatinate Purple. HEX triplet: 77, 34 and 61. RGB value is (119,52,97). Sum of RGB (Red+Green+Blue) = 119+52+97=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #773461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773461 is #88CB9E. Grayscale: #4D4D4D. Windows color (decimal): -8965023 or 6370423. OLE color: 6370423.

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

Color convert

RGB 119 52 97 -
CMYK 0 0.56 0.18 0.53
HSL 319.7º 0.39% 0.34% -
HSV(B) 319.7º 0.56% 0.47% -
XYZ 10.99 7.24 12.13 -
YUV 77.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 119 52 97 0 0.56 0.18 0.53 319.7 0.39 0.34
Hex 77 34 61 0 38 12 35 140 27 22
Octal 167 64 141 0 70 22 65 500 47 42
Binary 1110111 110100 1100001 0 111000 10010 110101 101000000 100111 100010

Color Harmonies of #773461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773461

Black with #773461

Text Example


Text Example

White with #773461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773461; }

 p { color: rgb(119,52,97); }

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

background-color css

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

 a { background-color: rgb(119,52,97); }

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

border-color css

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

 span { border-color: rgb(119,52,97); }

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