Html Css Color HEX #770D5E Palatinate Purple

📋 copy color: '#770D5E'

red 119 ◦ green 13 ◦ blue 94

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

Shades of Palatinate Purple #770D5E

Tints of Palatinate Purple #770D5E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.75%

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

R = 52.65%
G = 5.75%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#770D5E (or 0x770D5E) is known color: Palatinate Purple. HEX triplet: 77, 0D and 5E. RGB value is (119,13,94). Sum of RGB (Red+Green+Blue) = 119+13+94=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #770D5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770D5E is #88F2A1. Grayscale: #353535. Windows color (decimal): -8975010 or 6163831. OLE color: 6163831.

HSL color Cylindrical-coordinate representation of color #770D5E: hue angle of 314.15º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #770D5E is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 13 94 -
CMYK 0 0.89 0.21 0.53
HSL 314.15º 0.8% 0.26% -
HSV(B) 314.15º 0.89% 0.47% -
XYZ 9.77 5.02 11.04 -
YUV 53.93 150.62 174.41 -
System Red Green Blue C M Y K H S L
Decimal 119 13 94 0 0.89 0.21 0.53 314.15 0.8 0.26
Hex 77 D 5E 0 59 15 35 13A 50 1A
Octal 167 15 136 0 131 25 65 472 120 32
Binary 1110111 1101 1011110 0 1011001 10101 110101 100111010 1010000 11010

Color Harmonies of #770D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770D5E

Black with #770D5E

Text Example


Text Example

White with #770D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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