Html Css Color HEX #740988 Purple

📋 copy color: '#740988'

red 116 ◦ green 9 ◦ blue 136

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

Shades of Purple #740988

Tints of Purple #740988

RGB

 RED value IS 116 (45.7% from 255) = 44.44%

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

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

R = 44.44%
G = 3.45%
B = 52.11%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#740988 (or 0x740988) is known color: Purple. HEX triplet: 74, 09 and 88. RGB value is (116,9,136). Sum of RGB (Red+Green+Blue) = 116+9+136=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #740988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740988 is #8BF677. Grayscale: #373737. Windows color (decimal): -9172600 or 8915316. OLE color: 8915316.

HSL color Cylindrical-coordinate representation of color #740988: hue angle of 290.55º 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 #740988 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 9 136 -
CMYK 0.15 0.93 0 0.47
HSL 290.55º 0.88% 0.28% -
HSV(B) 290.55º 0.93% 0.53% -
XYZ 11.74 5.69 23.77 -
YUV 55.47 173.45 171.17 -
System Red Green Blue C M Y K H S L
Decimal 116 9 136 0.15 0.93 0 0.47 290.55 0.88 0.28
Hex 74 9 88 F 5D 0 2F 123 58 1C
Octal 164 11 210 17 135 0 57 443 130 34
Binary 1110100 1001 10001000 1111 1011101 0 101111 100100011 1011000 11100

Color Harmonies of #740988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740988

Black with #740988

Text Example


Text Example

White with #740988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740988; }

 p { color: rgb(116,9,136); }

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

background-color css

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

 a { background-color: rgb(116,9,136); }

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

border-color css

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

 span { border-color: rgb(116,9,136); }

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