Html Css Color HEX #770B5E Palatinate Purple

📋 copy color: '#770B5E'

red 119 ◦ green 11 ◦ blue 94

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

Shades of Palatinate Purple #770B5E

Tints of Palatinate Purple #770B5E

RGB

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

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

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

R = 53.13%
G = 4.91%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#770B5E (or 0x770B5E) is known color: Palatinate Purple. HEX triplet: 77, 0B and 5E. RGB value is (119,11,94). Sum of RGB (Red+Green+Blue) = 119+11+94=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #770B5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770B5E is #88F4A1. Grayscale: #343434. Windows color (decimal): -8975522 or 6163319. OLE color: 6163319.

HSL color Cylindrical-coordinate representation of color #770B5E: hue angle of 313.89º 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 #770B5E is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 11 94 -
CMYK 0 0.91 0.21 0.53
HSL 313.89º 0.83% 0.25% -
HSV(B) 313.89º 0.91% 0.47% -
XYZ 9.75 4.97 11.04 -
YUV 52.75 151.28 175.25 -
System Red Green Blue C M Y K H S L
Decimal 119 11 94 0 0.91 0.21 0.53 313.89 0.83 0.25
Hex 77 B 5E 0 5B 15 35 13A 53 19
Octal 167 13 136 0 133 25 65 472 123 31
Binary 1110111 1011 1011110 0 1011011 10101 110101 100111010 1010011 11001

Color Harmonies of #770B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770B5E

Black with #770B5E

Text Example


Text Example

White with #770B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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