Html Css Color HEX #740789 Purple

📋 copy color: '#740789'

red 116 ◦ green 7 ◦ blue 137

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

Shades of Purple #740789

Tints of Purple #740789

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.69%

 BLUE value IS 137 (53.91% from 255) = 52.69%

R = 44.62%
G = 2.69%
B = 52.69%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#740789 (or 0x740789) is known color: Purple. HEX triplet: 74, 07 and 89. RGB value is (116,7,137). Sum of RGB (Red+Green+Blue) = 116+7+137=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 137 (53.91% from 255 or 52.69% from 260); Max value from RGB is 137 - color contains mainly: blue. Hex color #740789 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740789 is #8BF876. Grayscale: #363636. Windows color (decimal): -9173111 or 8980340. OLE color: 8980340.

HSL color Cylindrical-coordinate representation of color #740789: hue angle of 290.31º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740789 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 7 137 -
CMYK 0.15 0.95 0 0.46
HSL 290.31º 0.9% 0.28% -
HSV(B) 290.31º 0.95% 0.54% -
XYZ 11.79 5.67 24.14 -
YUV 54.41 174.61 171.93 -
System Red Green Blue C M Y K H S L
Decimal 116 7 137 0.15 0.95 0 0.46 290.31 0.9 0.28
Hex 74 7 89 F 5F 0 2E 122 5A 1C
Octal 164 7 211 17 137 0 56 442 132 34
Binary 1110100 111 10001001 1111 1011111 0 101110 100100010 1011010 11100

Color Harmonies of #740789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740789

Black with #740789

Text Example


Text Example

White with #740789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740789; }

 p { color: rgb(116,7,137); }

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

background-color css

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

 a { background-color: rgb(116,7,137); }

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

border-color css

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

 span { border-color: rgb(116,7,137); }

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