Html Css Color HEX #761277 Purple

📋 copy color: '#761277'

red 118 ◦ green 18 ◦ blue 119

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

Shades of Purple #761277

Tints of Purple #761277

RGB

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

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

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

R = 46.27%
G = 7.06%
B = 46.67%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#761277 (or 0x761277) is known color: Purple. HEX triplet: 76, 12 and 77. RGB value is (118,18,119). Sum of RGB (Red+Green+Blue) = 118+18+119=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #761277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761277 is #89ED88. Grayscale: #3B3B3B. Windows color (decimal): -9039241 or 7803510. OLE color: 7803510.

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

Color convert

RGB 118 18 119 -
CMYK 0.01 0.85 0 0.53
HSL 299.41º 0.74% 0.27% -
HSV(B) 299.41º 0.85% 0.47% -
XYZ 11.02 5.62 17.96 -
YUV 59.41 161.63 169.79 -
System Red Green Blue C M Y K H S L
Decimal 118 18 119 0.01 0.85 0 0.53 299.41 0.74 0.27
Hex 76 12 77 1 55 0 35 12B 4A 1B
Octal 166 22 167 1 125 0 65 453 112 33
Binary 1110110 10010 1110111 1 1010101 0 110101 100101011 1001010 11011

Color Harmonies of #761277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761277

Black with #761277

Text Example


Text Example

White with #761277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761277; }

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

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

background-color css

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

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

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

border-color css

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

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

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