Html Css Color HEX #761084 Purple

📋 copy color: '#761084'

red 118 ◦ green 16 ◦ blue 132

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

Shades of Purple #761084

Tints of Purple #761084

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.02%

 BLUE value IS 132 (51.95% from 255) = 49.62%

R = 44.36%
G = 6.02%
B = 49.62%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#761084 (or 0x761084) is known color: Purple. HEX triplet: 76, 10 and 84. RGB value is (118,16,132). Sum of RGB (Red+Green+Blue) = 118+16+132=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #761084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761084 is #89EF7B. Grayscale: #3B3B3B. Windows color (decimal): -9039740 or 8654966. OLE color: 8654966.

HSL color Cylindrical-coordinate representation of color #761084: hue angle of 292.76º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #761084 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 16 132 -
CMYK 0.11 0.88 0 0.48
HSL 292.76º 0.78% 0.29% -
HSV(B) 292.76º 0.88% 0.52% -
XYZ 11.82 5.89 22.34 -
YUV 59.72 168.79 169.57 -
System Red Green Blue C M Y K H S L
Decimal 118 16 132 0.11 0.88 0 0.48 292.76 0.78 0.29
Hex 76 10 84 B 58 0 30 125 4E 1D
Octal 166 20 204 13 130 0 60 445 116 35
Binary 1110110 10000 10000100 1011 1011000 0 110000 100100101 1001110 11101

Color Harmonies of #761084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761084

Black with #761084

Text Example


Text Example

White with #761084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761084; }

 p { color: rgb(118,16,132); }

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

background-color css

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

 a { background-color: rgb(118,16,132); }

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

border-color css

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

 span { border-color: rgb(118,16,132); }

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