Html Css Color HEX #771567 Palatinate Purple

📋 copy color: '#771567'

red 119 ◦ green 21 ◦ blue 103

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

Shades of Palatinate Purple #771567

Tints of Palatinate Purple #771567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 42.39%

R = 48.97%
G = 8.64%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#771567 (or 0x771567) is known color: Palatinate Purple. HEX triplet: 77, 15 and 67. RGB value is (119,21,103). Sum of RGB (Red+Green+Blue) = 119+21+103=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #771567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771567 is #88EA98. Grayscale: #3B3B3B. Windows color (decimal): -8972953 or 6755703. OLE color: 6755703.

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

Color convert

RGB 119 21 103 -
CMYK 0 0.82 0.13 0.53
HSL 309.8º 0.7% 0.27% -
HSV(B) 309.8º 0.82% 0.47% -
XYZ 10.32 5.44 13.34 -
YUV 59.65 152.47 170.33 -
System Red Green Blue C M Y K H S L
Decimal 119 21 103 0 0.82 0.13 0.53 309.8 0.7 0.27
Hex 77 15 67 0 52 D 35 136 46 1B
Octal 167 25 147 0 122 15 65 466 106 33
Binary 1110111 10101 1100111 0 1010010 1101 110101 100110110 1000110 11011

Color Harmonies of #771567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771567

Black with #771567

Text Example


Text Example

White with #771567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771567; }

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

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

background-color css

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

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

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

border-color css

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

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

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