Html Css Color HEX #770F63 Palatinate Purple

📋 copy color: '#770F63'

red 119 ◦ green 15 ◦ blue 99

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

Shades of Palatinate Purple #770F63

Tints of Palatinate Purple #770F63

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.44%

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

R = 51.07%
G = 6.44%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#770F63 (or 0x770F63) is known color: Palatinate Purple. HEX triplet: 77, 0F and 63. RGB value is (119,15,99). Sum of RGB (Red+Green+Blue) = 119+15+99=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #770F63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770F63 is #88F09C. Grayscale: #373737. Windows color (decimal): -8974493 or 6492023. OLE color: 6492023.

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

Color convert

RGB 119 15 99 -
CMYK 0 0.87 0.17 0.53
HSL 311.54º 0.78% 0.26% -
HSV(B) 311.54º 0.87% 0.47% -
XYZ 10.03 5.16 12.27 -
YUV 55.67 152.46 173.17 -
System Red Green Blue C M Y K H S L
Decimal 119 15 99 0 0.87 0.17 0.53 311.54 0.78 0.26
Hex 77 F 63 0 57 11 35 138 4E 1A
Octal 167 17 143 0 127 21 65 470 116 32
Binary 1110111 1111 1100011 0 1010111 10001 110101 100111000 1001110 11010

Color Harmonies of #770F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770F63

Black with #770F63

Text Example


Text Example

White with #770F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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