Html Css Color HEX #770863 Purple

📋 copy color: '#770863'

red 119 ◦ green 8 ◦ blue 99

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

Shades of Purple #770863

Tints of Purple #770863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.54%

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

R = 52.65%
G = 3.54%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#770863 (or 0x770863) is known color: Purple. HEX triplet: 77, 08 and 63. RGB value is (119,8,99). Sum of RGB (Red+Green+Blue) = 119+8+99=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #770863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770863 is #88F79C. Grayscale: #333333. Windows color (decimal): -8976285 or 6490231. OLE color: 6490231.

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

Color convert

RGB 119 8 99 -
CMYK 0 0.93 0.17 0.53
HSL 310.81º 0.87% 0.25% -
HSV(B) 310.81º 0.93% 0.47% -
XYZ 9.95 5 12.24 -
YUV 51.56 154.77 176.1 -
System Red Green Blue C M Y K H S L
Decimal 119 8 99 0 0.93 0.17 0.53 310.81 0.87 0.25
Hex 77 8 63 0 5D 11 35 137 57 19
Octal 167 10 143 0 135 21 65 467 127 31
Binary 1110111 1000 1100011 0 1011101 10001 110101 100110111 1010111 11001

Color Harmonies of #770863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770863

Black with #770863

Text Example


Text Example

White with #770863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770863; }

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

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

background-color css

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

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

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

border-color css

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

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

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