Html Css Color HEX #740390 Purple

📋 copy color: '#740390'

red 116 ◦ green 3 ◦ blue 144

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

Shades of Purple #740390

Tints of Purple #740390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.75%

R = 44.11%
G = 1.14%
B = 54.75%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#740390 (or 0x740390) is known color: Purple. HEX triplet: 74, 03 and 90. RGB value is (116,3,144). Sum of RGB (Red+Green+Blue) = 116+3+144=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #740390 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740390 is #8BFC6F. Grayscale: #343434. Windows color (decimal): -9174128 or 9438068. OLE color: 9438068.

HSL color Cylindrical-coordinate representation of color #740390: hue angle of 288.09º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #740390 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 3 144 -
CMYK 0.19 0.98 0 0.44
HSL 288.09º 0.96% 0.29% -
HSV(B) 288.09º 0.98% 0.56% -
XYZ 12.27 5.79 26.86 -
YUV 52.86 179.44 173.04 -
System Red Green Blue C M Y K H S L
Decimal 116 3 144 0.19 0.98 0 0.44 288.09 0.96 0.29
Hex 74 3 90 13 62 0 2C 120 60 1D
Octal 164 3 220 23 142 0 54 440 140 35
Binary 1110100 11 10010000 10011 1100010 0 101100 100100000 1100000 11101

Color Harmonies of #740390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740390

Black with #740390

Text Example


Text Example

White with #740390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740390; }

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

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

background-color css

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

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

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

border-color css

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

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

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