Html Css Color HEX #761687 Purple

📋 copy color: '#761687'

red 118 ◦ green 22 ◦ blue 135

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

Shades of Purple #761687

Tints of Purple #761687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 49.09%

R = 42.91%
G = 8%
B = 49.09%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#761687 (or 0x761687) is known color: Purple. HEX triplet: 76, 16 and 87. RGB value is (118,22,135). Sum of RGB (Red+Green+Blue) = 118+22+135=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #761687 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761687 is #89E978. Grayscale: #3F3F3F. Windows color (decimal): -9038201 or 8853110. OLE color: 8853110.

HSL color Cylindrical-coordinate representation of color #761687: hue angle of 290.97º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #761687 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 22 135 -
CMYK 0.13 0.84 0 0.47
HSL 290.97º 0.72% 0.31% -
HSV(B) 290.97º 0.84% 0.53% -
XYZ 12.13 6.17 23.47 -
YUV 63.59 168.3 166.81 -
System Red Green Blue C M Y K H S L
Decimal 118 22 135 0.13 0.84 0 0.47 290.97 0.72 0.31
Hex 76 16 87 D 54 0 2F 123 48 1F
Octal 166 26 207 15 124 0 57 443 110 37
Binary 1110110 10110 10000111 1101 1010100 0 101111 100100011 1001000 11111

Color Harmonies of #761687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761687

Black with #761687

Text Example


Text Example

White with #761687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761687; }

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

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

background-color css

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

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

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

border-color css

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

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

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