Html Css Color HEX #771385 Purple

📋 copy color: '#771385'

red 119 ◦ green 19 ◦ blue 133

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

Shades of Purple #771385

Tints of Purple #771385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.01%

 BLUE value IS 133 (52.34% from 255) = 49.08%

R = 43.91%
G = 7.01%
B = 49.08%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#771385 (or 0x771385) is known color: Purple. HEX triplet: 77, 13 and 85. RGB value is (119,19,133). Sum of RGB (Red+Green+Blue) = 119+19+133=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #771385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771385 is #88EC7A. Grayscale: #3D3D3D. Windows color (decimal): -8973435 or 8721271. OLE color: 8721271.

HSL color Cylindrical-coordinate representation of color #771385: hue angle of 292.63º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771385 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 19 133 -
CMYK 0.11 0.86 0 0.48
HSL 292.63º 0.75% 0.3% -
HSV(B) 292.63º 0.86% 0.52% -
XYZ 12.07 6.08 22.73 -
YUV 61.9 168.13 168.73 -
System Red Green Blue C M Y K H S L
Decimal 119 19 133 0.11 0.86 0 0.48 292.63 0.75 0.3
Hex 77 13 85 B 56 0 30 125 4B 1E
Octal 167 23 205 13 126 0 60 445 113 36
Binary 1110111 10011 10000101 1011 1010110 0 110000 100100101 1001011 11110

Color Harmonies of #771385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771385

Black with #771385

Text Example


Text Example

White with #771385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771385; }

 p { color: rgb(119,19,133); }

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

background-color css

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

 a { background-color: rgb(119,19,133); }

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

border-color css

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

 span { border-color: rgb(119,19,133); }

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