Html Css Color HEX #773569 Palatinate Purple

📋 copy color: '#773569'

red 119 ◦ green 53 ◦ blue 105

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

Shades of Palatinate Purple #773569

Tints of Palatinate Purple #773569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.91%

R = 42.96%
G = 19.13%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#773569 (or 0x773569) is known color: Palatinate Purple. HEX triplet: 77, 35 and 69. RGB value is (119,53,105). Sum of RGB (Red+Green+Blue) = 119+53+105=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #773569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773569 is #88CA96. Grayscale: #4E4E4E. Windows color (decimal): -8964759 or 6894967. OLE color: 6894967.

HSL color Cylindrical-coordinate representation of color #773569: hue angle of 312.73º 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 #773569 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 53 105 -
CMYK 0 0.55 0.12 0.53
HSL 312.73º 0.38% 0.34% -
HSV(B) 312.73º 0.55% 0.47% -
XYZ 11.43 7.49 14.21 -
YUV 78.66 142.87 156.77 -
System Red Green Blue C M Y K H S L
Decimal 119 53 105 0 0.55 0.12 0.53 312.73 0.38 0.34
Hex 77 35 69 0 37 C 35 139 26 22
Octal 167 65 151 0 67 14 65 471 46 42
Binary 1110111 110101 1101001 0 110111 1100 110101 100111001 100110 100010

Color Harmonies of #773569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773569

Black with #773569

Text Example


Text Example

White with #773569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773569; }

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

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

background-color css

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

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

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

border-color css

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

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

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