Html Css Color HEX #741290 Purple

📋 copy color: '#741290'

red 116 ◦ green 18 ◦ blue 144

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

Shades of Purple #741290

Tints of Purple #741290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.47%

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

R = 41.73%
G = 6.47%
B = 51.8%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#741290 (or 0x741290) is known color: Purple. HEX triplet: 74, 12 and 90. RGB value is (116,18,144). Sum of RGB (Red+Green+Blue) = 116+18+144=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #741290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741290 is #8BED6F. Grayscale: #3D3D3D. Windows color (decimal): -9170288 or 9441908. OLE color: 9441908.

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

Color convert

RGB 116 18 144 -
CMYK 0.19 0.88 0 0.44
HSL 286.67º 0.78% 0.32% -
HSV(B) 286.67º 0.88% 0.56% -
XYZ 12.45 6.16 26.92 -
YUV 61.67 174.47 166.75 -
System Red Green Blue C M Y K H S L
Decimal 116 18 144 0.19 0.88 0 0.44 286.67 0.78 0.32
Hex 74 12 90 13 58 0 2C 11F 4E 20
Octal 164 22 220 23 130 0 54 437 116 40
Binary 1110100 10010 10010000 10011 1011000 0 101100 100011111 1001110 100000

Color Harmonies of #741290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741290

Black with #741290

Text Example


Text Example

White with #741290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741290; }

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

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

background-color css

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

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

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

border-color css

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

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

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