Html Css Color HEX #772463 Palatinate Purple

📋 copy color: '#772463'

red 119 ◦ green 36 ◦ blue 99

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

Shades of Palatinate Purple #772463

Tints of Palatinate Purple #772463

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.17%

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

R = 46.85%
G = 14.17%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#772463 (or 0x772463) is known color: Palatinate Purple. HEX triplet: 77, 24 and 63. RGB value is (119,36,99). Sum of RGB (Red+Green+Blue) = 119+36+99=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #772463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772463 is #88DB9C. Grayscale: #434343. Windows color (decimal): -8969117 or 6497399. OLE color: 6497399.

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

Color convert

RGB 119 36 99 -
CMYK 0 0.70 0.17 0.53
HSL 314.46º 0.54% 0.3% -
HSV(B) 314.46º 0.7% 0.47% -
XYZ 10.49 6.08 12.43 -
YUV 68 145.5 164.38 -
System Red Green Blue C M Y K H S L
Decimal 119 36 99 0 0.70 0.17 0.53 314.46 0.54 0.3
Hex 77 24 63 0 46 11 35 13A 36 1E
Octal 167 44 143 0 106 21 65 472 66 36
Binary 1110111 100100 1100011 0 1000110 10001 110101 100111010 110110 11110

Color Harmonies of #772463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772463

Black with #772463

Text Example


Text Example

White with #772463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772463; }

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

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

background-color css

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

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

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

border-color css

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

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

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