Html Css Color HEX #773562 Palatinate Purple

📋 copy color: '#773562'

red 119 ◦ green 53 ◦ blue 98

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

Shades of Palatinate Purple #773562

Tints of Palatinate Purple #773562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.3%

R = 44.07%
G = 19.63%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#773562 (or 0x773562) is known color: Palatinate Purple. HEX triplet: 77, 35 and 62. RGB value is (119,53,98). Sum of RGB (Red+Green+Blue) = 119+53+98=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #773562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773562 is #88CA9D. Grayscale: #4D4D4D. Windows color (decimal): -8964766 or 6436215. OLE color: 6436215.

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

Color convert

RGB 119 53 98 -
CMYK 0 0.55 0.18 0.53
HSL 319.09º 0.38% 0.34% -
HSV(B) 319.09º 0.55% 0.47% -
XYZ 11.09 7.35 12.39 -
YUV 77.86 139.37 157.34 -
System Red Green Blue C M Y K H S L
Decimal 119 53 98 0 0.55 0.18 0.53 319.09 0.38 0.34
Hex 77 35 62 0 37 12 35 13F 26 22
Octal 167 65 142 0 67 22 65 477 46 42
Binary 1110111 110101 1100010 0 110111 10010 110101 100111111 100110 100010

Color Harmonies of #773562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773562

Black with #773562

Text Example


Text Example

White with #773562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773562; }

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

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

background-color css

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

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

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

border-color css

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

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

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