Html Css Color HEX #770885 Purple

📋 copy color: '#770885'

red 119 ◦ green 8 ◦ blue 133

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

Shades of Purple #770885

Tints of Purple #770885

RGB

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

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

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

R = 45.77%
G = 3.08%
B = 51.15%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#770885 (or 0x770885) is known color: Purple. HEX triplet: 77, 08 and 85. RGB value is (119,8,133). Sum of RGB (Red+Green+Blue) = 119+8+133=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #770885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770885 is #88F77A. Grayscale: #373737. Windows color (decimal): -8976251 or 8718455. OLE color: 8718455.

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

Color convert

RGB 119 8 133 -
CMYK 0.11 0.94 0 0.48
HSL 293.28º 0.89% 0.28% -
HSV(B) 293.28º 0.94% 0.52% -
XYZ 11.93 5.79 22.68 -
YUV 55.44 171.77 173.34 -
System Red Green Blue C M Y K H S L
Decimal 119 8 133 0.11 0.94 0 0.48 293.28 0.89 0.28
Hex 77 8 85 B 5E 0 30 125 59 1C
Octal 167 10 205 13 136 0 60 445 131 34
Binary 1110111 1000 10000101 1011 1011110 0 110000 100100101 1011001 11100

Color Harmonies of #770885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770885

Black with #770885

Text Example


Text Example

White with #770885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770885; }

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

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

background-color css

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

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

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

border-color css

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

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

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