Html Css Color HEX #770A5D Palatinate Purple

📋 copy color: '#770A5D'

red 119 ◦ green 10 ◦ blue 93

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

Shades of Palatinate Purple #770A5D

Tints of Palatinate Purple #770A5D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.5%

 BLUE value IS 93 (36.72% from 255) = 41.89%

R = 53.6%
G = 4.5%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#770A5D (or 0x770A5D) is known color: Palatinate Purple. HEX triplet: 77, 0A and 5D. RGB value is (119,10,93). Sum of RGB (Red+Green+Blue) = 119+10+93=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #770A5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770A5D is #88F5A2. Grayscale: #333333. Windows color (decimal): -8975779 or 6097527. OLE color: 6097527.

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

Color convert

RGB 119 10 93 -
CMYK 0 0.92 0.22 0.53
HSL 314.31º 0.84% 0.25% -
HSV(B) 314.31º 0.92% 0.47% -
XYZ 9.69 4.93 10.8 -
YUV 52.05 151.11 175.75 -
System Red Green Blue C M Y K H S L
Decimal 119 10 93 0 0.92 0.22 0.53 314.31 0.84 0.25
Hex 77 A 5D 0 5C 16 35 13A 54 19
Octal 167 12 135 0 134 26 65 472 124 31
Binary 1110111 1010 1011101 0 1011100 10110 110101 100111010 1010100 11001

Color Harmonies of #770A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770A5D

Black with #770A5D

Text Example


Text Example

White with #770A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,10,93); }

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

background-color css

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

 a { background-color: rgb(119,10,93); }

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

border-color css

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

 span { border-color: rgb(119,10,93); }

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