Html Css Color HEX #740090 Purple

📋 copy color: '#740090'

red 116 ◦ green 0 ◦ blue 144

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

Shades of Purple #740090

Tints of Purple #740090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.62%
G = 0%
B = 55.38%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#740090 (or 0x740090) is known color: Purple. HEX triplet: 74, 00 and 90. RGB value is (116,0,144). Sum of RGB (Red+Green+Blue) = 116+0+144=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 144 (56.64% from 255 or 55.38% from 260); Max value from RGB is 144 - color contains mainly: blue. Hex color #740090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740090 is #8BFF6F. Grayscale: #323232. Windows color (decimal): -9174896 or 9437300. OLE color: 9437300.

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

Color convert

RGB 116 0 144 -
CMYK 0.19 1 0 0.44
HSL 288.33º 1% 0.28% -
HSV(B) 288.33º 1% 0.56% -
XYZ 12.24 5.73 26.85 -
YUV 51.1 180.43 174.29 -
System Red Green Blue C M Y K H S L
Decimal 116 0 144 0.19 1 0 0.44 288.33 1 0.28
Hex 74 0 90 13 64 0 2C 120 64 1C
Octal 164 0 220 23 144 0 54 440 144 34
Binary 1110100 0 10010000 10011 1100100 0 101100 100100000 1100100 11100

Color Harmonies of #740090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740090

Black with #740090

Text Example


Text Example

White with #740090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740090; }

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

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

background-color css

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

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

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

border-color css

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

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

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