Html Css Color HEX #770371 Purple

📋 copy color: '#770371'

red 119 ◦ green 3 ◦ blue 113

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

Shades of Purple #770371

Tints of Purple #770371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.09%

R = 50.64%
G = 1.28%
B = 48.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#770371 (or 0x770371) is known color: Purple. HEX triplet: 77, 03 and 71. RGB value is (119,3,113). Sum of RGB (Red+Green+Blue) = 119+3+113=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #770371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770371 is #88FC8E. Grayscale: #313131. Windows color (decimal): -8977551 or 7406455. OLE color: 7406455.

HSL color Cylindrical-coordinate representation of color #770371: hue angle of 303.1º 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 #770371 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 3 113 -
CMYK 0 0.97 0.05 0.53
HSL 303.1º 0.95% 0.24% -
HSV(B) 303.1º 0.97% 0.47% -
XYZ 10.62 5.18 16.06 -
YUV 50.22 163.43 177.06 -
System Red Green Blue C M Y K H S L
Decimal 119 3 113 0 0.97 0.05 0.53 303.1 0.95 0.24
Hex 77 3 71 0 61 5 35 12F 5F 18
Octal 167 3 161 0 141 5 65 457 137 30
Binary 1110111 11 1110001 0 1100001 101 110101 100101111 1011111 11000

Color Harmonies of #770371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770371

Black with #770371

Text Example


Text Example

White with #770371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770371; }

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

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

background-color css

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

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

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

border-color css

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

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

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