Html Css Color HEX #771758 Palatinate Purple

📋 copy color: '#771758'

red 119 ◦ green 23 ◦ blue 88

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

Shades of Palatinate Purple #771758

Tints of Palatinate Purple #771758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 38.26%

R = 51.74%
G = 10%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#771758 (or 0x771758) is known color: Palatinate Purple. HEX triplet: 77, 17 and 58. RGB value is (119,23,88). Sum of RGB (Red+Green+Blue) = 119+23+88=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #771758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771758 is #88E8A7. Grayscale: #3A3A3A. Windows color (decimal): -8972456 or 5773175. OLE color: 5773175.

HSL color Cylindrical-coordinate representation of color #771758: hue angle of 319.38º 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 #771758 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 23 88 -
CMYK 0 0.81 0.26 0.53
HSL 319.38º 0.68% 0.28% -
HSV(B) 319.38º 0.81% 0.47% -
XYZ 9.68 5.24 9.73 -
YUV 59.11 144.3 170.71 -
System Red Green Blue C M Y K H S L
Decimal 119 23 88 0 0.81 0.26 0.53 319.38 0.68 0.28
Hex 77 17 58 0 51 1A 35 13F 44 1C
Octal 167 27 130 0 121 32 65 477 104 34
Binary 1110111 10111 1011000 0 1010001 11010 110101 100111111 1000100 11100

Color Harmonies of #771758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771758

Black with #771758

Text Example


Text Example

White with #771758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771758; }

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

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

background-color css

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

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

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

border-color css

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

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

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