Html Css Color HEX #77077F Purple

📋 copy color: '#77077F'

red 119 ◦ green 7 ◦ blue 127

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

Shades of Purple #77077F

Tints of Purple #77077F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.77%

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

R = 47.04%
G = 2.77%
B = 50.2%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#77077F (or 0x77077F) is known color: Purple. HEX triplet: 77, 07 and 7F. RGB value is (119,7,127). Sum of RGB (Red+Green+Blue) = 119+7+127=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #77077F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77077F is #88F880. Grayscale: #353535. Windows color (decimal): -8976513 or 8324983. OLE color: 8324983.

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

Color convert

RGB 119 7 127 -
CMYK 0.06 0.94 0 0.50
HSL 296º 0.9% 0.26% -
HSV(B) 296º 0.94% 0.5% -
XYZ 11.51 5.61 20.55 -
YUV 54.17 169.11 174.24 -
System Red Green Blue C M Y K H S L
Decimal 119 7 127 0.06 0.94 0 0.50 296 0.9 0.26
Hex 77 7 7F 6 5E 0 32 128 5A 1A
Octal 167 7 177 6 136 0 62 450 132 32
Binary 1110111 111 1111111 110 1011110 0 110010 100101000 1011010 11010

Color Harmonies of #77077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77077F

Black with #77077F

Text Example


Text Example

White with #77077F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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