Html Css Color HEX #761082 Purple

📋 copy color: '#761082'

red 118 ◦ green 16 ◦ blue 130

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

Shades of Purple #761082

Tints of Purple #761082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 49.24%

R = 44.7%
G = 6.06%
B = 49.24%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#761082 (or 0x761082) is known color: Purple. HEX triplet: 76, 10 and 82. RGB value is (118,16,130). Sum of RGB (Red+Green+Blue) = 118+16+130=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 130 (51.17% from 255 or 49.24% from 264); Max value from RGB is 130 - color contains mainly: blue. Hex color #761082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761082 is #89EF7D. Grayscale: #3B3B3B. Windows color (decimal): -9039742 or 8523894. OLE color: 8523894.

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

Color convert

RGB 118 16 130 -
CMYK 0.09 0.88 0 0.49
HSL 293.68º 0.78% 0.29% -
HSV(B) 293.68º 0.88% 0.51% -
XYZ 11.69 5.83 21.63 -
YUV 59.49 167.79 169.73 -
System Red Green Blue C M Y K H S L
Decimal 118 16 130 0.09 0.88 0 0.49 293.68 0.78 0.29
Hex 76 10 82 9 58 0 31 126 4E 1D
Octal 166 20 202 11 130 0 61 446 116 35
Binary 1110110 10000 10000010 1001 1011000 0 110001 100100110 1001110 11101

Color Harmonies of #761082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761082

Black with #761082

Text Example


Text Example

White with #761082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761082; }

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

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

background-color css

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

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

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

border-color css

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

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

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