Html Css Color HEX #771B5D Palatinate Purple

📋 copy color: '#771B5D'

red 119 ◦ green 27 ◦ blue 93

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

Shades of Palatinate Purple #771B5D

Tints of Palatinate Purple #771B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 38.91%

R = 49.79%
G = 11.3%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#771B5D (or 0x771B5D) is known color: Palatinate Purple. HEX triplet: 77, 1B and 5D. RGB value is (119,27,93). Sum of RGB (Red+Green+Blue) = 119+27+93=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #771B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771B5D is #88E4A2. Grayscale: #3D3D3D. Windows color (decimal): -8971427 or 6101879. OLE color: 6101879.

HSL color Cylindrical-coordinate representation of color #771B5D: hue angle of 316.96º 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 #771B5D is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 27 93 -
CMYK 0 0.77 0.22 0.53
HSL 316.96º 0.63% 0.29% -
HSV(B) 316.96º 0.77% 0.47% -
XYZ 9.98 5.5 10.89 -
YUV 62.03 145.48 168.63 -
System Red Green Blue C M Y K H S L
Decimal 119 27 93 0 0.77 0.22 0.53 316.96 0.63 0.29
Hex 77 1B 5D 0 4D 16 35 13D 3F 1D
Octal 167 33 135 0 115 26 65 475 77 35
Binary 1110111 11011 1011101 0 1001101 10110 110101 100111101 111111 11101

Color Harmonies of #771B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771B5D

Black with #771B5D

Text Example


Text Example

White with #771B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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