Html Css Color HEX #740291 Purple

📋 copy color: '#740291'

red 116 ◦ green 2 ◦ blue 145

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

Shades of Purple #740291

Tints of Purple #740291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 44.11%
G = 0.76%
B = 55.13%

CMYK

 C value IS 0.2

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#740291 (or 0x740291) is known color: Purple. HEX triplet: 74, 02 and 91. RGB value is (116,2,145). Sum of RGB (Red+Green+Blue) = 116+2+145=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #740291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740291 is #8BFD6E. Grayscale: #333333. Windows color (decimal): -9174383 or 9503348. OLE color: 9503348.

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

Color convert

RGB 116 2 145 -
CMYK 0.2 0.99 0 0.43
HSL 287.83º 0.97% 0.29% -
HSV(B) 287.83º 0.99% 0.57% -
XYZ 12.34 5.8 27.26 -
YUV 52.39 180.27 173.37 -
System Red Green Blue C M Y K H S L
Decimal 116 2 145 0.2 0.99 0 0.43 287.83 0.97 0.29
Hex 74 2 91 14 63 0 2B 120 61 1D
Octal 164 2 221 24 143 0 53 440 141 35
Binary 1110100 10 10010001 10100 1100011 0 101011 100100000 1100001 11101

Color Harmonies of #740291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740291

Black with #740291

Text Example


Text Example

White with #740291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740291; }

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

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

background-color css

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

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

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

border-color css

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

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

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