Html Css Color HEX #771765 Palatinate Purple

📋 copy color: '#771765'

red 119 ◦ green 23 ◦ blue 101

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

Shades of Palatinate Purple #771765

Tints of Palatinate Purple #771765

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.47%

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

R = 48.97%
G = 9.47%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#771765 (or 0x771765) is known color: Palatinate Purple. HEX triplet: 77, 17 and 65. RGB value is (119,23,101). Sum of RGB (Red+Green+Blue) = 119+23+101=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #771765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771765 is #88E89A. Grayscale: #3C3C3C. Windows color (decimal): -8972443 or 6625143. OLE color: 6625143.

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

Color convert

RGB 119 23 101 -
CMYK 0 0.81 0.15 0.53
HSL 311.25º 0.68% 0.28% -
HSV(B) 311.25º 0.81% 0.47% -
XYZ 10.26 5.47 12.83 -
YUV 60.6 150.8 169.66 -
System Red Green Blue C M Y K H S L
Decimal 119 23 101 0 0.81 0.15 0.53 311.25 0.68 0.28
Hex 77 17 65 0 51 F 35 137 44 1C
Octal 167 27 145 0 121 17 65 467 104 34
Binary 1110111 10111 1100101 0 1010001 1111 110101 100110111 1000100 11100

Color Harmonies of #771765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771765

Black with #771765

Text Example


Text Example

White with #771765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771765; }

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

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

background-color css

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

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

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

border-color css

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

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

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