Html Css Color HEX #772364 Palatinate Purple

📋 copy color: '#772364'

red 119 ◦ green 35 ◦ blue 100

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

Shades of Palatinate Purple #772364

Tints of Palatinate Purple #772364

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.78%

 BLUE value IS 100 (39.45% from 255) = 39.37%

R = 46.85%
G = 13.78%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#772364 (or 0x772364) is known color: Palatinate Purple. HEX triplet: 77, 23 and 64. RGB value is (119,35,100). Sum of RGB (Red+Green+Blue) = 119+35+100=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #772364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772364 is #88DC9B. Grayscale: #434343. Windows color (decimal): -8969372 or 6562679. OLE color: 6562679.

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

Color convert

RGB 119 35 100 -
CMYK 0 0.71 0.16 0.53
HSL 313.57º 0.55% 0.3% -
HSV(B) 313.57º 0.71% 0.47% -
XYZ 10.51 6.04 12.67 -
YUV 67.53 146.33 164.71 -
System Red Green Blue C M Y K H S L
Decimal 119 35 100 0 0.71 0.16 0.53 313.57 0.55 0.3
Hex 77 23 64 0 47 10 35 13A 37 1E
Octal 167 43 144 0 107 20 65 472 67 36
Binary 1110111 100011 1100100 0 1000111 10000 110101 100111010 110111 11110

Color Harmonies of #772364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772364

Black with #772364

Text Example


Text Example

White with #772364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772364; }

 p { color: rgb(119,35,100); }

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

background-color css

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

 a { background-color: rgb(119,35,100); }

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

border-color css

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

 span { border-color: rgb(119,35,100); }

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