Html Css Color HEX #77147F Purple

📋 copy color: '#77147F'

red 119 ◦ green 20 ◦ blue 127

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

Shades of Purple #77147F

Tints of Purple #77147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.52%

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

R = 44.74%
G = 7.52%
B = 47.74%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#77147F (or 0x77147F) is known color: Purple. HEX triplet: 77, 14 and 7F. RGB value is (119,20,127). Sum of RGB (Red+Green+Blue) = 119+20+127=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 127 - color contains mainly: blue. Hex color #77147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77147F is #88EB80. Grayscale: #3D3D3D. Windows color (decimal): -8973185 or 8328311. OLE color: 8328311.

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

Color convert

RGB 119 20 127 -
CMYK 0.06 0.84 0 0.50
HSL 295.51º 0.73% 0.29% -
HSV(B) 295.51º 0.84% 0.5% -
XYZ 11.69 5.95 20.61 -
YUV 61.8 164.8 168.8 -
System Red Green Blue C M Y K H S L
Decimal 119 20 127 0.06 0.84 0 0.50 295.51 0.73 0.29
Hex 77 14 7F 6 54 0 32 128 49 1D
Octal 167 24 177 6 124 0 62 450 111 35
Binary 1110111 10100 1111111 110 1010100 0 110010 100101000 1001001 11101

Color Harmonies of #77147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77147F

Black with #77147F

Text Example


Text Example

White with #77147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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