Html Css Color HEX #761987 Purple

📋 copy color: '#761987'

red 118 ◦ green 25 ◦ blue 135

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

Shades of Purple #761987

Tints of Purple #761987

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.99%

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

R = 42.45%
G = 8.99%
B = 48.56%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#761987 (or 0x761987) is known color: Purple. HEX triplet: 76, 19 and 87. RGB value is (118,25,135). Sum of RGB (Red+Green+Blue) = 118+25+135=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 135 (53.12% from 255 or 48.56% from 278); Max value from RGB is 135 - color contains mainly: blue. Hex color #761987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761987 is #89E678. Grayscale: #414141. Windows color (decimal): -9037433 or 8853878. OLE color: 8853878.

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

Color convert

RGB 118 25 135 -
CMYK 0.13 0.81 0 0.47
HSL 290.73º 0.69% 0.31% -
HSV(B) 290.73º 0.81% 0.53% -
XYZ 12.19 6.3 23.49 -
YUV 65.35 167.31 165.56 -
System Red Green Blue C M Y K H S L
Decimal 118 25 135 0.13 0.81 0 0.47 290.73 0.69 0.31
Hex 76 19 87 D 51 0 2F 123 45 1F
Octal 166 31 207 15 121 0 57 443 105 37
Binary 1110110 11001 10000111 1101 1010001 0 101111 100100011 1000101 11111

Color Harmonies of #761987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761987

Black with #761987

Text Example


Text Example

White with #761987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761987; }

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

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

background-color css

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

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

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

border-color css

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

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

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