Html Css Color HEX #740791 Purple

📋 copy color: '#740791'

red 116 ◦ green 7 ◦ blue 145

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

Shades of Purple #740791

Tints of Purple #740791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 54.1%

R = 43.28%
G = 2.61%
B = 54.1%

CMYK

 C value IS 0.2

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#740791 (or 0x740791) is known color: Purple. HEX triplet: 74, 07 and 91. RGB value is (116,7,145). Sum of RGB (Red+Green+Blue) = 116+7+145=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #740791 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740791 is #8BF86E. Grayscale: #363636. Windows color (decimal): -9173103 or 9504628. OLE color: 9504628.

HSL color Cylindrical-coordinate representation of color #740791: hue angle of 287.39º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740791 is Cyan = 0.2, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 7 145 -
CMYK 0.2 0.95 0 0.43
HSL 287.39º 0.91% 0.3% -
HSV(B) 287.39º 0.95% 0.57% -
XYZ 12.39 5.91 27.28 -
YUV 55.32 178.61 171.28 -
System Red Green Blue C M Y K H S L
Decimal 116 7 145 0.2 0.95 0 0.43 287.39 0.91 0.3
Hex 74 7 91 14 5F 0 2B 11F 5B 1E
Octal 164 7 221 24 137 0 53 437 133 36
Binary 1110100 111 10010001 10100 1011111 0 101011 100011111 1011011 11110

Color Harmonies of #740791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740791

Black with #740791

Text Example


Text Example

White with #740791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740791; }

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

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

background-color css

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

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

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

border-color css

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

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

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