Html Css Color HEX #740189 Purple

📋 copy color: '#740189'

red 116 ◦ green 1 ◦ blue 137

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

Shades of Purple #740189

Tints of Purple #740189

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 45.67%
G = 0.39%
B = 53.94%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#740189 (or 0x740189) is known color: Purple. HEX triplet: 74, 01 and 89. RGB value is (116,1,137). Sum of RGB (Red+Green+Blue) = 116+1+137=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #740189 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740189 is #8BFE76. Grayscale: #323232. Windows color (decimal): -9174647 or 8978804. OLE color: 8978804.

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

Color convert

RGB 116 1 137 -
CMYK 0.15 0.99 0 0.46
HSL 290.74º 0.99% 0.27% -
HSV(B) 290.74º 0.99% 0.54% -
XYZ 11.73 5.54 24.12 -
YUV 50.89 176.6 174.44 -
System Red Green Blue C M Y K H S L
Decimal 116 1 137 0.15 0.99 0 0.46 290.74 0.99 0.27
Hex 74 1 89 F 63 0 2E 123 63 1B
Octal 164 1 211 17 143 0 56 443 143 33
Binary 1110100 1 10001001 1111 1100011 0 101110 100100011 1100011 11011

Color Harmonies of #740189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740189

Black with #740189

Text Example


Text Example

White with #740189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740189; }

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

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

background-color css

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

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

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

border-color css

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

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

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