Html Css Color HEX #761584 Purple

📋 copy color: '#761584'

red 118 ◦ green 21 ◦ blue 132

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

Shades of Purple #761584

Tints of Purple #761584

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.75%

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

R = 43.54%
G = 7.75%
B = 48.71%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#761584 (or 0x761584) is known color: Purple. HEX triplet: 76, 15 and 84. RGB value is (118,21,132). Sum of RGB (Red+Green+Blue) = 118+21+132=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #761584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761584 is #89EA7B. Grayscale: #3E3E3E. Windows color (decimal): -9038460 or 8656246. OLE color: 8656246.

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

Color convert

RGB 118 21 132 -
CMYK 0.11 0.84 0 0.48
HSL 292.43º 0.73% 0.3% -
HSV(B) 292.43º 0.84% 0.52% -
XYZ 11.9 6.05 22.37 -
YUV 62.66 167.14 167.47 -
System Red Green Blue C M Y K H S L
Decimal 118 21 132 0.11 0.84 0 0.48 292.43 0.73 0.3
Hex 76 15 84 B 54 0 30 124 49 1E
Octal 166 25 204 13 124 0 60 444 111 36
Binary 1110110 10101 10000100 1011 1010100 0 110000 100100100 1001001 11110

Color Harmonies of #761584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761584

Black with #761584

Text Example


Text Example

White with #761584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761584; }

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

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

background-color css

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

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

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

border-color css

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

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

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