Html Css Color HEX #770171 Purple

📋 copy color: '#770171'

red 119 ◦ green 1 ◦ blue 113

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

Shades of Purple #770171

Tints of Purple #770171

RGB

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

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

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

R = 51.07%
G = 0.43%
B = 48.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#770171 (or 0x770171) is known color: Purple. HEX triplet: 77, 01 and 71. RGB value is (119,1,113). Sum of RGB (Red+Green+Blue) = 119+1+113=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #770171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770171 is #88FE8E. Grayscale: #303030. Windows color (decimal): -8978063 or 7405943. OLE color: 7405943.

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

Color convert

RGB 119 1 113 -
CMYK 0 0.99 0.05 0.53
HSL 303.05º 0.98% 0.24% -
HSV(B) 303.05º 0.99% 0.47% -
XYZ 10.6 5.14 16.06 -
YUV 49.05 164.09 177.89 -
System Red Green Blue C M Y K H S L
Decimal 119 1 113 0 0.99 0.05 0.53 303.05 0.98 0.24
Hex 77 1 71 0 63 5 35 12F 62 18
Octal 167 1 161 0 143 5 65 457 142 30
Binary 1110111 1 1110001 0 1100011 101 110101 100101111 1100010 11000

Color Harmonies of #770171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770171

Black with #770171

Text Example


Text Example

White with #770171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770171; }

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

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

background-color css

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

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

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

border-color css

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

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

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