Html Css Color HEX #770982 Purple

📋 copy color: '#770982'

red 119 ◦ green 9 ◦ blue 130

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

Shades of Purple #770982

Tints of Purple #770982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.49%

 BLUE value IS 130 (51.17% from 255) = 50.39%

R = 46.12%
G = 3.49%
B = 50.39%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#770982 (or 0x770982) is known color: Purple. HEX triplet: 77, 09 and 82. RGB value is (119,9,130). Sum of RGB (Red+Green+Blue) = 119+9+130=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #770982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770982 is #88F67D. Grayscale: #373737. Windows color (decimal): -8975998 or 8522103. OLE color: 8522103.

HSL color Cylindrical-coordinate representation of color #770982: hue angle of 294.55º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770982 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 9 130 -
CMYK 0.08 0.93 0 0.49
HSL 294.55º 0.87% 0.27% -
HSV(B) 294.55º 0.93% 0.51% -
XYZ 11.73 5.73 21.61 -
YUV 55.68 169.94 173.16 -
System Red Green Blue C M Y K H S L
Decimal 119 9 130 0.08 0.93 0 0.49 294.55 0.87 0.27
Hex 77 9 82 8 5D 0 31 127 57 1B
Octal 167 11 202 10 135 0 61 447 127 33
Binary 1110111 1001 10000010 1000 1011101 0 110001 100100111 1010111 11011

Color Harmonies of #770982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770982

Black with #770982

Text Example


Text Example

White with #770982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770982; }

 p { color: rgb(119,9,130); }

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

background-color css

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

 a { background-color: rgb(119,9,130); }

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

border-color css

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

 span { border-color: rgb(119,9,130); }

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