Html Css Color HEX #770E63 Palatinate Purple

📋 copy color: '#770E63'

red 119 ◦ green 14 ◦ blue 99

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

Shades of Palatinate Purple #770E63

Tints of Palatinate Purple #770E63

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.03%

 BLUE value IS 99 (39.06% from 255) = 42.67%

R = 51.29%
G = 6.03%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#770E63 (or 0x770E63) is known color: Palatinate Purple. HEX triplet: 77, 0E and 63. RGB value is (119,14,99). Sum of RGB (Red+Green+Blue) = 119+14+99=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #770E63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770E63 is #88F19C. Grayscale: #363636. Windows color (decimal): -8974749 or 6491767. OLE color: 6491767.

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

Color convert

RGB 119 14 99 -
CMYK 0 0.88 0.17 0.53
HSL 311.43º 0.79% 0.26% -
HSV(B) 311.43º 0.88% 0.47% -
XYZ 10.02 5.14 12.27 -
YUV 55.09 152.79 173.59 -
System Red Green Blue C M Y K H S L
Decimal 119 14 99 0 0.88 0.17 0.53 311.43 0.79 0.26
Hex 77 E 63 0 58 11 35 137 4F 1A
Octal 167 16 143 0 130 21 65 467 117 32
Binary 1110111 1110 1100011 0 1011000 10001 110101 100110111 1001111 11010

Color Harmonies of #770E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770E63

Black with #770E63

Text Example


Text Example

White with #770E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,14,99); }

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

background-color css

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

 a { background-color: rgb(119,14,99); }

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

border-color css

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

 span { border-color: rgb(119,14,99); }

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