Html Css Color HEX #740389 Purple

📋 copy color: '#740389'

red 116 ◦ green 3 ◦ blue 137

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

Shades of Purple #740389

Tints of Purple #740389

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

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

R = 45.31%
G = 1.17%
B = 53.52%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#740389 (or 0x740389) is known color: Purple. HEX triplet: 74, 03 and 89. RGB value is (116,3,137). Sum of RGB (Red+Green+Blue) = 116+3+137=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #740389 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740389 is #8BFC76. Grayscale: #333333. Windows color (decimal): -9174135 or 8979316. OLE color: 8979316.

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

Color convert

RGB 116 3 137 -
CMYK 0.15 0.98 0 0.46
HSL 290.6º 0.96% 0.27% -
HSV(B) 290.6º 0.98% 0.54% -
XYZ 11.75 5.58 24.13 -
YUV 52.06 175.94 173.6 -
System Red Green Blue C M Y K H S L
Decimal 116 3 137 0.15 0.98 0 0.46 290.6 0.96 0.27
Hex 74 3 89 F 62 0 2E 123 60 1B
Octal 164 3 211 17 142 0 56 443 140 33
Binary 1110100 11 10001001 1111 1100010 0 101110 100100011 1100000 11011

Color Harmonies of #740389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740389

Black with #740389

Text Example


Text Example

White with #740389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740389; }

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

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

background-color css

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

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

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

border-color css

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

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

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