Html Css Color HEX #780763 Purple

📋 copy color: '#780763'

red 120 ◦ green 7 ◦ blue 99

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

Shades of Purple #780763

Tints of Purple #780763

RGB

 RED value IS 120 (47.27% from 255) = 53.1%

 GREEN value IS 7 (3.13% from 255) = 3.1%

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

R = 53.1%
G = 3.1%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#780763 (or 0x780763) is known color: Purple. HEX triplet: 78, 07 and 63. RGB value is (120,7,99). Sum of RGB (Red+Green+Blue) = 120+7+99=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #780763 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780763 is #87F89C. Grayscale: #333333. Windows color (decimal): -8911005 or 6489976. OLE color: 6489976.

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

Color convert

RGB 120 7 99 -
CMYK 0 0.94 0.17 0.53
HSL 311.15º 0.89% 0.25% -
HSV(B) 311.15º 0.94% 0.47% -
XYZ 10.07 5.05 12.25 -
YUV 51.28 154.94 177.02 -
System Red Green Blue C M Y K H S L
Decimal 120 7 99 0 0.94 0.17 0.53 311.15 0.89 0.25
Hex 78 7 63 0 5E 11 35 137 59 19
Octal 170 7 143 0 136 21 65 467 131 31
Binary 1111000 111 1100011 0 1011110 10001 110101 100110111 1011001 11001

Color Harmonies of #780763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780763

Black with #780763

Text Example


Text Example

White with #780763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780763; }

 p { color: rgb(120,7,99); }

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

background-color css

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

 a { background-color: rgb(120,7,99); }

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

border-color css

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

 span { border-color: rgb(120,7,99); }

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