Html Css Color HEX #770284 Purple

📋 copy color: '#770284'

red 119 ◦ green 2 ◦ blue 132

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

Shades of Purple #770284

Tints of Purple #770284

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 47.04%
G = 0.79%
B = 52.17%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#770284 (or 0x770284) is known color: Purple. HEX triplet: 77, 02 and 84. RGB value is (119,2,132). Sum of RGB (Red+Green+Blue) = 119+2+132=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 132 (51.95% from 255 or 52.17% from 253); Max value from RGB is 132 - color contains mainly: blue. Hex color #770284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770284 is #88FD7B. Grayscale: #333333. Windows color (decimal): -8977788 or 8651383. OLE color: 8651383.

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

Color convert

RGB 119 2 132 -
CMYK 0.10 0.98 0 0.48
HSL 294º 0.97% 0.26% -
HSV(B) 294º 0.98% 0.52% -
XYZ 11.79 5.63 22.3 -
YUV 51.8 173.26 175.93 -
System Red Green Blue C M Y K H S L
Decimal 119 2 132 0.10 0.98 0 0.48 294 0.97 0.26
Hex 77 2 84 A 62 0 30 126 61 1A
Octal 167 2 204 12 142 0 60 446 141 32
Binary 1110111 10 10000100 1010 1100010 0 110000 100100110 1100001 11010

Color Harmonies of #770284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770284

Black with #770284

Text Example


Text Example

White with #770284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770284; }

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

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

background-color css

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

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

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

border-color css

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

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

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