Html Css Color HEX #770376 Purple

📋 copy color: '#770376'

red 119 ◦ green 3 ◦ blue 118

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

Shades of Purple #770376

Tints of Purple #770376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.25%

 BLUE value IS 118 (46.48% from 255) = 49.17%

R = 49.58%
G = 1.25%
B = 49.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#770376 (or 0x770376) is known color: Purple. HEX triplet: 77, 03 and 76. RGB value is (119,3,118). Sum of RGB (Red+Green+Blue) = 119+3+118=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #770376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770376 is #88FC89. Grayscale: #323232. Windows color (decimal): -8977546 or 7734135. OLE color: 7734135.

HSL color Cylindrical-coordinate representation of color #770376: hue angle of 300.52º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #770376 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 3 118 -
CMYK 0 0.97 0.01 0.53
HSL 300.52º 0.95% 0.24% -
HSV(B) 300.52º 0.97% 0.47% -
XYZ 10.91 5.3 17.59 -
YUV 50.79 165.93 176.65 -
System Red Green Blue C M Y K H S L
Decimal 119 3 118 0 0.97 0.01 0.53 300.52 0.95 0.24
Hex 77 3 76 0 61 1 35 12D 5F 18
Octal 167 3 166 0 141 1 65 455 137 30
Binary 1110111 11 1110110 0 1100001 1 110101 100101101 1011111 11000

Color Harmonies of #770376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770376

Black with #770376

Text Example


Text Example

White with #770376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770376; }

 p { color: rgb(119,3,118); }

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

background-color css

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

 a { background-color: rgb(119,3,118); }

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

border-color css

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

 span { border-color: rgb(119,3,118); }

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