Html Css Color HEX #771F5D Palatinate Purple

📋 copy color: '#771F5D'

red 119 ◦ green 31 ◦ blue 93

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

Shades of Palatinate Purple #771F5D

Tints of Palatinate Purple #771F5D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.76%

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

R = 48.97%
G = 12.76%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#771F5D (or 0x771F5D) is known color: Palatinate Purple. HEX triplet: 77, 1F and 5D. RGB value is (119,31,93). Sum of RGB (Red+Green+Blue) = 119+31+93=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #771F5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771F5D is #88E0A2. Grayscale: #404040. Windows color (decimal): -8970403 or 6102903. OLE color: 6102903.

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

Color convert

RGB 119 31 93 -
CMYK 0 0.74 0.22 0.53
HSL 317.73º 0.59% 0.29% -
HSV(B) 317.73º 0.74% 0.47% -
XYZ 10.07 5.69 10.92 -
YUV 64.38 144.15 166.96 -
System Red Green Blue C M Y K H S L
Decimal 119 31 93 0 0.74 0.22 0.53 317.73 0.59 0.29
Hex 77 1F 5D 0 4A 16 35 13E 3B 1D
Octal 167 37 135 0 112 26 65 476 73 35
Binary 1110111 11111 1011101 0 1001010 10110 110101 100111110 111011 11101

Color Harmonies of #771F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771F5D

Black with #771F5D

Text Example


Text Example

White with #771F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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