Html Css Color HEX #772165 Palatinate Purple

📋 copy color: '#772165'

red 119 ◦ green 33 ◦ blue 101

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

Shades of Palatinate Purple #772165

Tints of Palatinate Purple #772165

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.04%

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

R = 47.04%
G = 13.04%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#772165 (or 0x772165) is known color: Palatinate Purple. HEX triplet: 77, 21 and 65. RGB value is (119,33,101). Sum of RGB (Red+Green+Blue) = 119+33+101=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #772165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772165 is #88DE9A. Grayscale: #424242. Windows color (decimal): -8969883 or 6627703. OLE color: 6627703.

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

Color convert

RGB 119 33 101 -
CMYK 0 0.72 0.15 0.53
HSL 312.56º 0.57% 0.3% -
HSV(B) 312.56º 0.72% 0.47% -
XYZ 10.5 5.95 12.91 -
YUV 66.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 119 33 101 0 0.72 0.15 0.53 312.56 0.57 0.3
Hex 77 21 65 0 48 F 35 139 39 1E
Octal 167 41 145 0 110 17 65 471 71 36
Binary 1110111 100001 1100101 0 1001000 1111 110101 100111001 111001 11110

Color Harmonies of #772165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772165

Black with #772165

Text Example


Text Example

White with #772165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772165; }

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

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

background-color css

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

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

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

border-color css

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

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

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