Html Css Color HEX #771B5E Palatinate Purple

📋 copy color: '#771B5E'

red 119 ◦ green 27 ◦ blue 94

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

Shades of Palatinate Purple #771B5E

Tints of Palatinate Purple #771B5E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.25%

 BLUE value IS 94 (37.11% from 255) = 39.17%

R = 49.58%
G = 11.25%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#771B5E (or 0x771B5E) is known color: Palatinate Purple. HEX triplet: 77, 1B and 5E. RGB value is (119,27,94). Sum of RGB (Red+Green+Blue) = 119+27+94=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #771B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771B5E is #88E4A1. Grayscale: #3D3D3D. Windows color (decimal): -8971426 or 6167415. OLE color: 6167415.

HSL color Cylindrical-coordinate representation of color #771B5E: hue angle of 316.3º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #771B5E is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 27 94 -
CMYK 0 0.77 0.21 0.53
HSL 316.3º 0.63% 0.29% -
HSV(B) 316.3º 0.77% 0.47% -
XYZ 10.02 5.51 11.13 -
YUV 62.15 145.98 168.55 -
System Red Green Blue C M Y K H S L
Decimal 119 27 94 0 0.77 0.21 0.53 316.3 0.63 0.29
Hex 77 1B 5E 0 4D 15 35 13C 3F 1D
Octal 167 33 136 0 115 25 65 474 77 35
Binary 1110111 11011 1011110 0 1001101 10101 110101 100111100 111111 11101

Color Harmonies of #771B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771B5E

Black with #771B5E

Text Example


Text Example

White with #771B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771B5E; }

 p { color: rgb(119,27,94); }

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

background-color css

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

 a { background-color: rgb(119,27,94); }

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

border-color css

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

 span { border-color: rgb(119,27,94); }

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