Html Css Color HEX #770182 Purple

📋 copy color: '#770182'

red 119 ◦ green 1 ◦ blue 130

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

Shades of Purple #770182

Tints of Purple #770182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 47.6%
G = 0.4%
B = 52%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#770182 (or 0x770182) is known color: Purple. HEX triplet: 77, 01 and 82. RGB value is (119,1,130). Sum of RGB (Red+Green+Blue) = 119+1+130=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #770182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770182 is #88FE7D. Grayscale: #323232. Windows color (decimal): -8978046 or 8520055. OLE color: 8520055.

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

Color convert

RGB 119 1 130 -
CMYK 0.08 0.99 0 0.49
HSL 294.88º 0.98% 0.26% -
HSV(B) 294.88º 0.99% 0.51% -
XYZ 11.65 5.56 21.58 -
YUV 50.99 172.59 176.51 -
System Red Green Blue C M Y K H S L
Decimal 119 1 130 0.08 0.99 0 0.49 294.88 0.98 0.26
Hex 77 1 82 8 63 0 31 127 62 1A
Octal 167 1 202 10 143 0 61 447 142 32
Binary 1110111 1 10000010 1000 1100011 0 110001 100100111 1100010 11010

Color Harmonies of #770182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770182

Black with #770182

Text Example


Text Example

White with #770182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770182; }

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

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

background-color css

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

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

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

border-color css

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

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

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