Html Css Color HEX #760477 Purple

📋 copy color: '#760477'

red 118 ◦ green 4 ◦ blue 119

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

Shades of Purple #760477

Tints of Purple #760477

RGB

 RED value IS 118 (46.48% from 255) = 48.96%

 GREEN value IS 4 (1.95% from 255) = 1.66%

 BLUE value IS 119 (46.88% from 255) = 49.38%

R = 48.96%
G = 1.66%
B = 49.38%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#760477 (or 0x760477) is known color: Purple. HEX triplet: 76, 04 and 77. RGB value is (118,4,119). Sum of RGB (Red+Green+Blue) = 118+4+119=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #760477 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760477 is #89FB88. Grayscale: #323232. Windows color (decimal): -9042825 or 7799926. OLE color: 7799926.

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

Color convert

RGB 118 4 119 -
CMYK 0.01 0.97 0 0.53
HSL 299.48º 0.93% 0.24% -
HSV(B) 299.48º 0.97% 0.47% -
XYZ 10.84 5.27 17.9 -
YUV 51.2 166.27 175.65 -
System Red Green Blue C M Y K H S L
Decimal 118 4 119 0.01 0.97 0 0.53 299.48 0.93 0.24
Hex 76 4 77 1 61 0 35 12B 5D 18
Octal 166 4 167 1 141 0 65 453 135 30
Binary 1110110 100 1110111 1 1100001 0 110101 100101011 1011101 11000

Color Harmonies of #760477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760477

Black with #760477

Text Example


Text Example

White with #760477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760477; }

 p { color: rgb(118,4,119); }

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

background-color css

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

 a { background-color: rgb(118,4,119); }

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

border-color css

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

 span { border-color: rgb(118,4,119); }

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