Html Css Color HEX #771565 Palatinate Purple

📋 copy color: '#771565'

red 119 ◦ green 21 ◦ blue 101

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

Shades of Palatinate Purple #771565

Tints of Palatinate Purple #771565

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.71%

 BLUE value IS 101 (39.84% from 255) = 41.91%

R = 49.38%
G = 8.71%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#771565 (or 0x771565) is known color: Palatinate Purple. HEX triplet: 77, 15 and 65. RGB value is (119,21,101). Sum of RGB (Red+Green+Blue) = 119+21+101=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #771565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771565 is #88EA9A. Grayscale: #3B3B3B. Windows color (decimal): -8972955 or 6624631. OLE color: 6624631.

HSL color Cylindrical-coordinate representation of color #771565: hue angle of 311.02º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #771565 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 21 101 -
CMYK 0 0.82 0.15 0.53
HSL 311.02º 0.7% 0.27% -
HSV(B) 311.02º 0.82% 0.47% -
XYZ 10.22 5.4 12.81 -
YUV 59.42 151.47 170.5 -
System Red Green Blue C M Y K H S L
Decimal 119 21 101 0 0.82 0.15 0.53 311.02 0.7 0.27
Hex 77 15 65 0 52 F 35 137 46 1B
Octal 167 25 145 0 122 17 65 467 106 33
Binary 1110111 10101 1100101 0 1010010 1111 110101 100110111 1000110 11011

Color Harmonies of #771565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771565

Black with #771565

Text Example


Text Example

White with #771565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771565; }

 p { color: rgb(119,21,101); }

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

background-color css

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

 a { background-color: rgb(119,21,101); }

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

border-color css

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

 span { border-color: rgb(119,21,101); }

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