Html Css Color HEX #761682 Purple

📋 copy color: '#761682'

red 118 ◦ green 22 ◦ blue 130

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

Shades of Purple #761682

Tints of Purple #761682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.15%

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

R = 43.7%
G = 8.15%
B = 48.15%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#761682 (or 0x761682) is known color: Purple. HEX triplet: 76, 16 and 82. RGB value is (118,22,130). Sum of RGB (Red+Green+Blue) = 118+22+130=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 130 - color contains mainly: blue. Hex color #761682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761682 is #89E97D. Grayscale: #3E3E3E. Windows color (decimal): -9038206 or 8525430. OLE color: 8525430.

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

Color convert

RGB 118 22 130 -
CMYK 0.09 0.83 0 0.49
HSL 293.33º 0.71% 0.3% -
HSV(B) 293.33º 0.83% 0.51% -
XYZ 11.79 6.04 21.66 -
YUV 63.02 165.8 167.22 -
System Red Green Blue C M Y K H S L
Decimal 118 22 130 0.09 0.83 0 0.49 293.33 0.71 0.3
Hex 76 16 82 9 53 0 31 125 47 1E
Octal 166 26 202 11 123 0 61 445 107 36
Binary 1110110 10110 10000010 1001 1010011 0 110001 100100101 1000111 11110

Color Harmonies of #761682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761682

Black with #761682

Text Example


Text Example

White with #761682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761682; }

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

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

background-color css

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

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

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

border-color css

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

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

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