Html Css Color HEX #770784 Purple

📋 copy color: '#770784'

red 119 ◦ green 7 ◦ blue 132

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

Shades of Purple #770784

Tints of Purple #770784

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.71%

 BLUE value IS 132 (51.95% from 255) = 51.16%

R = 46.12%
G = 2.71%
B = 51.16%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#770784 (or 0x770784) is known color: Purple. HEX triplet: 77, 07 and 84. RGB value is (119,7,132). Sum of RGB (Red+Green+Blue) = 119+7+132=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #770784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770784 is #88F87B. Grayscale: #363636. Windows color (decimal): -8976508 or 8652663. OLE color: 8652663.

HSL color Cylindrical-coordinate representation of color #770784: hue angle of 293.76º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770784 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 7 132 -
CMYK 0.10 0.95 0 0.48
HSL 293.76º 0.9% 0.27% -
HSV(B) 293.76º 0.95% 0.52% -
XYZ 11.85 5.74 22.31 -
YUV 54.74 171.61 173.84 -
System Red Green Blue C M Y K H S L
Decimal 119 7 132 0.10 0.95 0 0.48 293.76 0.9 0.27
Hex 77 7 84 A 5F 0 30 126 5A 1B
Octal 167 7 204 12 137 0 60 446 132 33
Binary 1110111 111 10000100 1010 1011111 0 110000 100100110 1011010 11011

Color Harmonies of #770784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770784

Black with #770784

Text Example


Text Example

White with #770784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770784; }

 p { color: rgb(119,7,132); }

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

background-color css

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

 a { background-color: rgb(119,7,132); }

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

border-color css

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

 span { border-color: rgb(119,7,132); }

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