Html Css Color HEX #761988 Purple

📋 copy color: '#761988'

red 118 ◦ green 25 ◦ blue 136

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

Shades of Purple #761988

Tints of Purple #761988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 48.75%

R = 42.29%
G = 8.96%
B = 48.75%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#761988 (or 0x761988) is known color: Purple. HEX triplet: 76, 19 and 88. RGB value is (118,25,136). Sum of RGB (Red+Green+Blue) = 118+25+136=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #761988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761988 is #89E677. Grayscale: #414141. Windows color (decimal): -9037432 or 8919414. OLE color: 8919414.

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

Color convert

RGB 118 25 136 -
CMYK 0.13 0.82 0 0.47
HSL 290.27º 0.69% 0.32% -
HSV(B) 290.27º 0.82% 0.53% -
XYZ 12.26 6.32 23.87 -
YUV 65.46 167.81 165.47 -
System Red Green Blue C M Y K H S L
Decimal 118 25 136 0.13 0.82 0 0.47 290.27 0.69 0.32
Hex 76 19 88 D 52 0 2F 122 45 20
Octal 166 31 210 15 122 0 57 442 105 40
Binary 1110110 11001 10001000 1101 1010010 0 101111 100100010 1000101 100000

Color Harmonies of #761988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761988

Black with #761988

Text Example


Text Example

White with #761988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761988; }

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

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

background-color css

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

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

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

border-color css

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

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

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