Html Css Color HEX #771593 Purple

📋 copy color: '#771593'

red 119 ◦ green 21 ◦ blue 147

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

Shades of Purple #771593

Tints of Purple #771593

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.32%

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

R = 41.46%
G = 7.32%
B = 51.22%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#771593 (or 0x771593) is known color: Purple. HEX triplet: 77, 15 and 93. RGB value is (119,21,147). Sum of RGB (Red+Green+Blue) = 119+21+147=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #771593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771593 is #88EA6C. Grayscale: #404040. Windows color (decimal): -8972909 or 9639287. OLE color: 9639287.

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

Color convert

RGB 119 21 147 -
CMYK 0.19 0.86 0 0.42
HSL 286.67º 0.75% 0.33% -
HSV(B) 286.67º 0.86% 0.58% -
XYZ 13.14 6.56 28.18 -
YUV 64.67 174.47 166.75 -
System Red Green Blue C M Y K H S L
Decimal 119 21 147 0.19 0.86 0 0.42 286.67 0.75 0.33
Hex 77 15 93 13 56 0 2A 11F 4B 21
Octal 167 25 223 23 126 0 52 437 113 41
Binary 1110111 10101 10010011 10011 1010110 0 101010 100011111 1001011 100001

Color Harmonies of #771593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771593

Black with #771593

Text Example


Text Example

White with #771593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771593; }

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

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

background-color css

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

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

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

border-color css

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

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

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