Html Css Color HEX #771885 Purple

📋 copy color: '#771885'

red 119 ◦ green 24 ◦ blue 133

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

Shades of Purple #771885

Tints of Purple #771885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.7%

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

R = 43.12%
G = 8.7%
B = 48.19%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#771885 (or 0x771885) is known color: Purple. HEX triplet: 77, 18 and 85. RGB value is (119,24,133). Sum of RGB (Red+Green+Blue) = 119+24+133=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #771885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771885 is #88E77A. Grayscale: #404040. Windows color (decimal): -8972155 or 8722551. OLE color: 8722551.

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

Color convert

RGB 119 24 133 -
CMYK 0.11 0.82 0 0.48
HSL 292.29º 0.69% 0.31% -
HSV(B) 292.29º 0.82% 0.52% -
XYZ 12.17 6.27 22.76 -
YUV 64.83 166.47 166.64 -
System Red Green Blue C M Y K H S L
Decimal 119 24 133 0.11 0.82 0 0.48 292.29 0.69 0.31
Hex 77 18 85 B 52 0 30 124 45 1F
Octal 167 30 205 13 122 0 60 444 105 37
Binary 1110111 11000 10000101 1011 1010010 0 110000 100100100 1000101 11111

Color Harmonies of #771885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771885

Black with #771885

Text Example


Text Example

White with #771885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771885; }

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

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

background-color css

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

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

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

border-color css

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

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

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