Html Css Color HEX #770593 Purple

📋 copy color: '#770593'

red 119 ◦ green 5 ◦ blue 147

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

Shades of Purple #770593

Tints of Purple #770593

RGB

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

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

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

R = 43.91%
G = 1.85%
B = 54.24%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#770593 (or 0x770593) is known color: Purple. HEX triplet: 77, 05 and 93. RGB value is (119,5,147). Sum of RGB (Red+Green+Blue) = 119+5+147=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #770593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770593 is #88FA6C. Grayscale: #363636. Windows color (decimal): -8977005 or 9635191. OLE color: 9635191.

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

Color convert

RGB 119 5 147 -
CMYK 0.19 0.97 0 0.42
HSL 288.17º 0.93% 0.3% -
HSV(B) 288.17º 0.97% 0.58% -
XYZ 12.93 6.14 28.11 -
YUV 55.27 179.77 173.45 -
System Red Green Blue C M Y K H S L
Decimal 119 5 147 0.19 0.97 0 0.42 288.17 0.93 0.3
Hex 77 5 93 13 61 0 2A 120 5D 1E
Octal 167 5 223 23 141 0 52 440 135 36
Binary 1110111 101 10010011 10011 1100001 0 101010 100100000 1011101 11110

Color Harmonies of #770593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770593

Black with #770593

Text Example


Text Example

White with #770593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770593; }

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

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

background-color css

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

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

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

border-color css

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

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

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