Html Css Color HEX #771465 Palatinate Purple

📋 copy color: '#771465'

red 119 ◦ green 20 ◦ blue 101

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

Shades of Palatinate Purple #771465

Tints of Palatinate Purple #771465

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.33%

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

R = 49.58%
G = 8.33%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#771465 (or 0x771465) is known color: Palatinate Purple. HEX triplet: 77, 14 and 65. RGB value is (119,20,101). Sum of RGB (Red+Green+Blue) = 119+20+101=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #771465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771465 is #88EB9A. Grayscale: #3A3A3A. Windows color (decimal): -8973211 or 6624375. OLE color: 6624375.

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

Color convert

RGB 119 20 101 -
CMYK 0 0.83 0.15 0.53
HSL 310.91º 0.71% 0.27% -
HSV(B) 310.91º 0.83% 0.47% -
XYZ 10.21 5.36 12.81 -
YUV 58.84 151.8 170.91 -
System Red Green Blue C M Y K H S L
Decimal 119 20 101 0 0.83 0.15 0.53 310.91 0.71 0.27
Hex 77 14 65 0 53 F 35 137 47 1B
Octal 167 24 145 0 123 17 65 467 107 33
Binary 1110111 10100 1100101 0 1010011 1111 110101 100110111 1000111 11011

Color Harmonies of #771465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771465

Black with #771465

Text Example


Text Example

White with #771465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771465; }

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

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

background-color css

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

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

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

border-color css

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

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

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