Html Css Color HEX #77017F Purple

📋 copy color: '#77017F'

red 119 ◦ green 1 ◦ blue 127

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

Shades of Purple #77017F

Tints of Purple #77017F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 51.42%

R = 48.18%
G = 0.4%
B = 51.42%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#77017F (or 0x77017F) is known color: Purple. HEX triplet: 77, 01 and 7F. RGB value is (119,1,127). Sum of RGB (Red+Green+Blue) = 119+1+127=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #77017F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77017F is #88FE80. Grayscale: #323232. Windows color (decimal): -8978049 or 8323447. OLE color: 8323447.

HSL color Cylindrical-coordinate representation of color #77017F: hue angle of 296.19º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #77017F is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 1 127 -
CMYK 0.06 0.99 0 0.50
HSL 296.19º 0.98% 0.25% -
HSV(B) 296.19º 0.99% 0.5% -
XYZ 11.45 5.48 20.53 -
YUV 50.65 171.09 176.75 -
System Red Green Blue C M Y K H S L
Decimal 119 1 127 0.06 0.99 0 0.50 296.19 0.98 0.25
Hex 77 1 7F 6 63 0 32 128 62 19
Octal 167 1 177 6 143 0 62 450 142 31
Binary 1110111 1 1111111 110 1100011 0 110010 100101000 1100010 11001

Color Harmonies of #77017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77017F

Black with #77017F

Text Example


Text Example

White with #77017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77017F; }

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

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

background-color css

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

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

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

border-color css

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

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

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