Html Css Color HEX #772365 Palatinate Purple

📋 copy color: '#772365'

red 119 ◦ green 35 ◦ blue 101

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

Shades of Palatinate Purple #772365

Tints of Palatinate Purple #772365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.61%

R = 46.67%
G = 13.73%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#772365 (or 0x772365) is known color: Palatinate Purple. HEX triplet: 77, 23 and 65. RGB value is (119,35,101). Sum of RGB (Red+Green+Blue) = 119+35+101=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #772365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772365 is #88DC9A. Grayscale: #434343. Windows color (decimal): -8969371 or 6628215. OLE color: 6628215.

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

Color convert

RGB 119 35 101 -
CMYK 0 0.71 0.15 0.53
HSL 312.86º 0.55% 0.3% -
HSV(B) 312.86º 0.71% 0.47% -
XYZ 10.56 6.06 12.93 -
YUV 67.64 146.83 164.63 -
System Red Green Blue C M Y K H S L
Decimal 119 35 101 0 0.71 0.15 0.53 312.86 0.55 0.3
Hex 77 23 65 0 47 F 35 139 37 1E
Octal 167 43 145 0 107 17 65 471 67 36
Binary 1110111 100011 1100101 0 1000111 1111 110101 100111001 110111 11110

Color Harmonies of #772365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772365

Black with #772365

Text Example


Text Example

White with #772365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772365; }

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

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

background-color css

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

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

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

border-color css

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

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

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