Html Css Color HEX #770893 Purple

📋 copy color: '#770893'

red 119 ◦ green 8 ◦ blue 147

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

Shades of Purple #770893

Tints of Purple #770893

RGB

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

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

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

R = 43.43%
G = 2.92%
B = 53.65%

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

#770893 (or 0x770893) is known color: Purple. HEX triplet: 77, 08 and 93. RGB value is (119,8,147). Sum of RGB (Red+Green+Blue) = 119+8+147=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 147 (57.81% from 255 or 53.65% from 274); Max value from RGB is 147 - color contains mainly: blue. Hex color #770893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770893 is #88F76C. Grayscale: #383838. Windows color (decimal): -8976237 or 9635959. OLE color: 9635959.

HSL color Cylindrical-coordinate representation of color #770893: hue angle of 287.91º degrees, saturation: 0.9, 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 #770893 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 8 147 -
CMYK 0.19 0.95 0 0.42
HSL 287.91º 0.9% 0.3% -
HSV(B) 287.91º 0.95% 0.58% -
XYZ 12.96 6.2 28.12 -
YUV 57.04 178.77 172.2 -
System Red Green Blue C M Y K H S L
Decimal 119 8 147 0.19 0.95 0 0.42 287.91 0.9 0.3
Hex 77 8 93 13 5F 0 2A 120 5A 1E
Octal 167 10 223 23 137 0 52 440 132 36
Binary 1110111 1000 10010011 10011 1011111 0 101010 100100000 1011010 11110

Color Harmonies of #770893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770893

Black with #770893

Text Example


Text Example

White with #770893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770893; }

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

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

background-color css

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

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

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

border-color css

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

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

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