Html Css Color HEX #772465 Palatinate Purple

📋 copy color: '#772465'

red 119 ◦ green 36 ◦ blue 101

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

Shades of Palatinate Purple #772465

Tints of Palatinate Purple #772465

RGB

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

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

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

R = 46.48%
G = 14.06%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#772465 (or 0x772465) is known color: Palatinate Purple. HEX triplet: 77, 24 and 65. RGB value is (119,36,101). Sum of RGB (Red+Green+Blue) = 119+36+101=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #772465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772465 is #88DB9A. Grayscale: #444444. Windows color (decimal): -8969115 or 6628471. OLE color: 6628471.

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

Color convert

RGB 119 36 101 -
CMYK 0 0.70 0.15 0.53
HSL 313.01º 0.54% 0.3% -
HSV(B) 313.01º 0.7% 0.47% -
XYZ 10.59 6.12 12.94 -
YUV 68.23 146.5 164.21 -
System Red Green Blue C M Y K H S L
Decimal 119 36 101 0 0.70 0.15 0.53 313.01 0.54 0.3
Hex 77 24 65 0 46 F 35 139 36 1E
Octal 167 44 145 0 106 17 65 471 66 36
Binary 1110111 100100 1100101 0 1000110 1111 110101 100111001 110110 11110

Color Harmonies of #772465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772465

Black with #772465

Text Example


Text Example

White with #772465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772465; }

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

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

background-color css

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

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

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

border-color css

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

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

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