Html Css Color HEX #760987 Purple

📋 copy color: '#760987'

red 118 ◦ green 9 ◦ blue 135

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

Shades of Purple #760987

Tints of Purple #760987

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.44%

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

R = 45.04%
G = 3.44%
B = 51.53%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#760987 (or 0x760987) is known color: Purple. HEX triplet: 76, 09 and 87. RGB value is (118,9,135). Sum of RGB (Red+Green+Blue) = 118+9+135=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 135 (53.12% from 255 or 51.53% from 262); Max value from RGB is 135 - color contains mainly: blue. Hex color #760987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760987 is #89F678. Grayscale: #373737. Windows color (decimal): -9041529 or 8849782. OLE color: 8849782.

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

Color convert

RGB 118 9 135 -
CMYK 0.13 0.93 0 0.47
HSL 291.9º 0.88% 0.28% -
HSV(B) 291.9º 0.93% 0.53% -
XYZ 11.94 5.8 23.41 -
YUV 55.96 172.61 172.25 -
System Red Green Blue C M Y K H S L
Decimal 118 9 135 0.13 0.93 0 0.47 291.9 0.88 0.28
Hex 76 9 87 D 5D 0 2F 124 58 1C
Octal 166 11 207 15 135 0 57 444 130 34
Binary 1110110 1001 10000111 1101 1011101 0 101111 100100100 1011000 11100

Color Harmonies of #760987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760987

Black with #760987

Text Example


Text Example

White with #760987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760987; }

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

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

background-color css

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

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

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

border-color css

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

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

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