Html Css Color HEX #740987 Purple

📋 copy color: '#740987'

red 116 ◦ green 9 ◦ blue 135

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

Shades of Purple #740987

Tints of Purple #740987

RGB

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

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

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

R = 44.62%
G = 3.46%
B = 51.92%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#740987 (or 0x740987) is known color: Purple. HEX triplet: 74, 09 and 87. RGB value is (116,9,135). Sum of RGB (Red+Green+Blue) = 116+9+135=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 135 (53.12% from 255 or 51.92% from 260); Max value from RGB is 135 - color contains mainly: blue. Hex color #740987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740987 is #8BF678. Grayscale: #363636. Windows color (decimal): -9172601 or 8849780. OLE color: 8849780.

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

Color convert

RGB 116 9 135 -
CMYK 0.14 0.93 0 0.47
HSL 290.95º 0.88% 0.28% -
HSV(B) 290.95º 0.93% 0.53% -
XYZ 11.67 5.66 23.4 -
YUV 55.36 172.95 171.25 -
System Red Green Blue C M Y K H S L
Decimal 116 9 135 0.14 0.93 0 0.47 290.95 0.88 0.28
Hex 74 9 87 E 5D 0 2F 123 58 1C
Octal 164 11 207 16 135 0 57 443 130 34
Binary 1110100 1001 10000111 1110 1011101 0 101111 100100011 1011000 11100

Color Harmonies of #740987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740987

Black with #740987

Text Example


Text Example

White with #740987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740987; }

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

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

background-color css

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

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

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

border-color css

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

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

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