Html Css Color HEX #770793 Purple

📋 copy color: '#770793'

red 119 ◦ green 7 ◦ blue 147

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

Shades of Purple #770793

Tints of Purple #770793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 53.85%

R = 43.59%
G = 2.56%
B = 53.85%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#770793 (or 0x770793) is known color: Purple. HEX triplet: 77, 07 and 93. RGB value is (119,7,147). Sum of RGB (Red+Green+Blue) = 119+7+147=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #770793 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770793 is #88F86C. Grayscale: #383838. Windows color (decimal): -8976493 or 9635703. OLE color: 9635703.

HSL color Cylindrical-coordinate representation of color #770793: hue angle of 288º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770793 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 7 147 -
CMYK 0.19 0.95 0 0.42
HSL 288º 0.91% 0.3% -
HSV(B) 288º 0.95% 0.58% -
XYZ 12.95 6.18 28.11 -
YUV 56.45 179.11 172.62 -
System Red Green Blue C M Y K H S L
Decimal 119 7 147 0.19 0.95 0 0.42 288 0.91 0.3
Hex 77 7 93 13 5F 0 2A 120 5B 1E
Octal 167 7 223 23 137 0 52 440 133 36
Binary 1110111 111 10010011 10011 1011111 0 101010 100100000 1011011 11110

Color Harmonies of #770793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770793

Black with #770793

Text Example


Text Example

White with #770793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770793; }

 p { color: rgb(119,7,147); }

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

background-color css

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

 a { background-color: rgb(119,7,147); }

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

border-color css

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

 span { border-color: rgb(119,7,147); }

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