Html Css Color HEX #760379 Purple

📋 copy color: '#760379'

red 118 ◦ green 3 ◦ blue 121

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

Shades of Purple #760379

Tints of Purple #760379

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

 BLUE value IS 121 (47.66% from 255) = 50%

R = 48.76%
G = 1.24%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#760379 (or 0x760379) is known color: Purple. HEX triplet: 76, 03 and 79. RGB value is (118,3,121). Sum of RGB (Red+Green+Blue) = 118+3+121=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #760379 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760379 is #89FC86. Grayscale: #323232. Windows color (decimal): -9043079 or 7930742. OLE color: 7930742.

HSL color Cylindrical-coordinate representation of color #760379: hue angle of 298.47º degrees, saturation: 0.95, 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 #760379 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 3 121 -
CMYK 0.02 0.98 0 0.53
HSL 298.47º 0.95% 0.24% -
HSV(B) 298.47º 0.98% 0.47% -
XYZ 10.95 5.3 18.53 -
YUV 50.84 167.6 175.91 -
System Red Green Blue C M Y K H S L
Decimal 118 3 121 0.02 0.98 0 0.53 298.47 0.95 0.24
Hex 76 3 79 2 62 0 35 12A 5F 18
Octal 166 3 171 2 142 0 65 452 137 30
Binary 1110110 11 1111001 10 1100010 0 110101 100101010 1011111 11000

Color Harmonies of #760379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760379

Black with #760379

Text Example


Text Example

White with #760379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760379; }

 p { color: rgb(118,3,121); }

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

background-color css

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

 a { background-color: rgb(118,3,121); }

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

border-color css

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

 span { border-color: rgb(118,3,121); }

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