Html Css Color HEX #77127F Purple

📋 copy color: '#77127F'

red 119 ◦ green 18 ◦ blue 127

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

Shades of Purple #77127F

Tints of Purple #77127F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.82%

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

R = 45.08%
G = 6.82%
B = 48.11%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#77127F (or 0x77127F) is known color: Purple. HEX triplet: 77, 12 and 7F. RGB value is (119,18,127). Sum of RGB (Red+Green+Blue) = 119+18+127=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #77127F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77127F is #88ED80. Grayscale: #3C3C3C. Windows color (decimal): -8973697 or 8327799. OLE color: 8327799.

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

Color convert

RGB 119 18 127 -
CMYK 0.06 0.86 0 0.50
HSL 295.6º 0.75% 0.28% -
HSV(B) 295.6º 0.86% 0.5% -
XYZ 11.65 5.89 20.6 -
YUV 60.63 165.46 169.64 -
System Red Green Blue C M Y K H S L
Decimal 119 18 127 0.06 0.86 0 0.50 295.6 0.75 0.28
Hex 77 12 7F 6 56 0 32 128 4B 1C
Octal 167 22 177 6 126 0 62 450 113 34
Binary 1110111 10010 1111111 110 1010110 0 110010 100101000 1001011 11100

Color Harmonies of #77127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77127F

Black with #77127F

Text Example


Text Example

White with #77127F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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