Html Css Color HEX #760277 Purple

📋 copy color: '#760277'

red 118 ◦ green 2 ◦ blue 119

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

Shades of Purple #760277

Tints of Purple #760277

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 49.37%
G = 0.84%
B = 49.79%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#760277 (or 0x760277) is known color: Purple. HEX triplet: 76, 02 and 77. RGB value is (118,2,119). Sum of RGB (Red+Green+Blue) = 118+2+119=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #760277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760277 is #89FD88. Grayscale: #313131. Windows color (decimal): -9043337 or 7799414. OLE color: 7799414.

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

Color convert

RGB 118 2 119 -
CMYK 0.01 0.98 0 0.53
HSL 299.49º 0.97% 0.24% -
HSV(B) 299.49º 0.98% 0.47% -
XYZ 10.82 5.23 17.89 -
YUV 50.02 166.93 176.49 -
System Red Green Blue C M Y K H S L
Decimal 118 2 119 0.01 0.98 0 0.53 299.49 0.97 0.24
Hex 76 2 77 1 62 0 35 12B 61 18
Octal 166 2 167 1 142 0 65 453 141 30
Binary 1110110 10 1110111 1 1100010 0 110101 100101011 1100001 11000

Color Harmonies of #760277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760277

Black with #760277

Text Example


Text Example

White with #760277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760277; }

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

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

background-color css

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

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

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

border-color css

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

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

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