Html Css Color HEX #771E5E Palatinate Purple

📋 copy color: '#771E5E'

red 119 ◦ green 30 ◦ blue 94

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

Shades of Palatinate Purple #771E5E

Tints of Palatinate Purple #771E5E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.35%

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

R = 48.97%
G = 12.35%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#771E5E (or 0x771E5E) is known color: Palatinate Purple. HEX triplet: 77, 1E and 5E. RGB value is (119,30,94). Sum of RGB (Red+Green+Blue) = 119+30+94=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #771E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771E5E is #88E1A1. Grayscale: #3F3F3F. Windows color (decimal): -8970658 or 6168183. OLE color: 6168183.

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

Color convert

RGB 119 30 94 -
CMYK 0 0.75 0.21 0.53
HSL 316.85º 0.6% 0.29% -
HSV(B) 316.85º 0.75% 0.47% -
XYZ 10.09 5.66 11.15 -
YUV 63.91 144.99 167.3 -
System Red Green Blue C M Y K H S L
Decimal 119 30 94 0 0.75 0.21 0.53 316.85 0.6 0.29
Hex 77 1E 5E 0 4B 15 35 13D 3C 1D
Octal 167 36 136 0 113 25 65 475 74 35
Binary 1110111 11110 1011110 0 1001011 10101 110101 100111101 111100 11101

Color Harmonies of #771E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771E5E

Black with #771E5E

Text Example


Text Example

White with #771E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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