Html Css Color HEX #770563 Purple

📋 copy color: '#770563'

red 119 ◦ green 5 ◦ blue 99

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

Shades of Purple #770563

Tints of Purple #770563

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.24%

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

R = 53.36%
G = 2.24%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#770563 (or 0x770563) is known color: Purple. HEX triplet: 77, 05 and 63. RGB value is (119,5,99). Sum of RGB (Red+Green+Blue) = 119+5+99=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #770563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770563 is #88FA9C. Grayscale: #313131. Windows color (decimal): -8977053 or 6489463. OLE color: 6489463.

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

Color convert

RGB 119 5 99 -
CMYK 0 0.96 0.17 0.53
HSL 310.53º 0.92% 0.24% -
HSV(B) 310.53º 0.96% 0.47% -
XYZ 9.91 4.93 12.23 -
YUV 49.8 155.77 177.36 -
System Red Green Blue C M Y K H S L
Decimal 119 5 99 0 0.96 0.17 0.53 310.53 0.92 0.24
Hex 77 5 63 0 60 11 35 137 5C 18
Octal 167 5 143 0 140 21 65 467 134 30
Binary 1110111 101 1100011 0 1100000 10001 110101 100110111 1011100 11000

Color Harmonies of #770563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770563

Black with #770563

Text Example


Text Example

White with #770563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770563; }

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

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

background-color css

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

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

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

border-color css

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

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

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