Html Css Color HEX #761782 Purple

📋 copy color: '#761782'

red 118 ◦ green 23 ◦ blue 130

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

Shades of Purple #761782

Tints of Purple #761782

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.49%

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

R = 43.54%
G = 8.49%
B = 47.97%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#761782 (or 0x761782) is known color: Purple. HEX triplet: 76, 17 and 82. RGB value is (118,23,130). Sum of RGB (Red+Green+Blue) = 118+23+130=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #761782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761782 is #89E87D. Grayscale: #3F3F3F. Windows color (decimal): -9037950 or 8525686. OLE color: 8525686.

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

Color convert

RGB 118 23 130 -
CMYK 0.09 0.82 0 0.49
HSL 293.27º 0.7% 0.3% -
HSV(B) 293.27º 0.82% 0.51% -
XYZ 11.81 6.08 21.67 -
YUV 63.6 165.47 166.8 -
System Red Green Blue C M Y K H S L
Decimal 118 23 130 0.09 0.82 0 0.49 293.27 0.7 0.3
Hex 76 17 82 9 52 0 31 125 46 1E
Octal 166 27 202 11 122 0 61 445 106 36
Binary 1110110 10111 10000010 1001 1010010 0 110001 100100101 1000110 11110

Color Harmonies of #761782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761782

Black with #761782

Text Example


Text Example

White with #761782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761782; }

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

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

background-color css

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

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

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

border-color css

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

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

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