Html Css Color HEX #770463 Purple

📋 copy color: '#770463'

red 119 ◦ green 4 ◦ blue 99

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

Shades of Purple #770463

Tints of Purple #770463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.8%

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

R = 53.6%
G = 1.8%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#770463 (or 0x770463) is known color: Purple. HEX triplet: 77, 04 and 63. RGB value is (119,4,99). Sum of RGB (Red+Green+Blue) = 119+4+99=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #770463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770463 is #88FB9C. Grayscale: #303030. Windows color (decimal): -8977309 or 6489207. OLE color: 6489207.

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

Color convert

RGB 119 4 99 -
CMYK 0 0.97 0.17 0.53
HSL 310.43º 0.93% 0.24% -
HSV(B) 310.43º 0.97% 0.47% -
XYZ 9.9 4.91 12.23 -
YUV 49.22 156.1 177.78 -
System Red Green Blue C M Y K H S L
Decimal 119 4 99 0 0.97 0.17 0.53 310.43 0.93 0.24
Hex 77 4 63 0 61 11 35 136 5D 18
Octal 167 4 143 0 141 21 65 466 135 30
Binary 1110111 100 1100011 0 1100001 10001 110101 100110110 1011101 11000

Color Harmonies of #770463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770463

Black with #770463

Text Example


Text Example

White with #770463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770463; }

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

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

background-color css

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

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

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

border-color css

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

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

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