Html Css Color HEX #770B5B Palatinate Purple

📋 copy color: '#770B5B'

red 119 ◦ green 11 ◦ blue 91

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

Shades of Palatinate Purple #770B5B

Tints of Palatinate Purple #770B5B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.98%

 BLUE value IS 91 (35.94% from 255) = 41.18%

R = 53.85%
G = 4.98%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#770B5B (or 0x770B5B) is known color: Palatinate Purple. HEX triplet: 77, 0B and 5B. RGB value is (119,11,91). Sum of RGB (Red+Green+Blue) = 119+11+91=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #770B5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770B5B is #88F4A4. Grayscale: #343434. Windows color (decimal): -8975525 or 5966711. OLE color: 5966711.

HSL color Cylindrical-coordinate representation of color #770B5B: hue angle of 315.56º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770B5B is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 11 91 -
CMYK 0 0.91 0.24 0.53
HSL 315.56º 0.83% 0.25% -
HSV(B) 315.56º 0.91% 0.47% -
XYZ 9.62 4.92 10.34 -
YUV 52.41 149.78 175.5 -
System Red Green Blue C M Y K H S L
Decimal 119 11 91 0 0.91 0.24 0.53 315.56 0.83 0.25
Hex 77 B 5B 0 5B 18 35 13C 53 19
Octal 167 13 133 0 133 30 65 474 123 31
Binary 1110111 1011 1011011 0 1011011 11000 110101 100111100 1010011 11001

Color Harmonies of #770B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770B5B

Black with #770B5B

Text Example


Text Example

White with #770B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770B5B; }

 p { color: rgb(119,11,91); }

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

background-color css

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

 a { background-color: rgb(119,11,91); }

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

border-color css

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

 span { border-color: rgb(119,11,91); }

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