Html Css Color HEX #770482 Purple

📋 copy color: '#770482'

red 119 ◦ green 4 ◦ blue 130

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

Shades of Purple #770482

Tints of Purple #770482

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.58%

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

R = 47.04%
G = 1.58%
B = 51.38%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#770482 (or 0x770482) is known color: Purple. HEX triplet: 77, 04 and 82. RGB value is (119,4,130). Sum of RGB (Red+Green+Blue) = 119+4+130=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #770482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770482 is #88FB7D. Grayscale: #343434. Windows color (decimal): -8977278 or 8520823. OLE color: 8520823.

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

Color convert

RGB 119 4 130 -
CMYK 0.08 0.97 0 0.49
HSL 294.76º 0.94% 0.26% -
HSV(B) 294.76º 0.97% 0.51% -
XYZ 11.68 5.62 21.59 -
YUV 52.75 171.6 175.25 -
System Red Green Blue C M Y K H S L
Decimal 119 4 130 0.08 0.97 0 0.49 294.76 0.94 0.26
Hex 77 4 82 8 61 0 31 127 5E 1A
Octal 167 4 202 10 141 0 61 447 136 32
Binary 1110111 100 10000010 1000 1100001 0 110001 100100111 1011110 11010

Color Harmonies of #770482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770482

Black with #770482

Text Example


Text Example

White with #770482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770482; }

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

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

background-color css

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

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

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

border-color css

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

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

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