Html Css Color HEX #741293 Purple

📋 copy color: '#741293'

red 116 ◦ green 18 ◦ blue 147

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

Shades of Purple #741293

Tints of Purple #741293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 52.31%

R = 41.28%
G = 6.41%
B = 52.31%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#741293 (or 0x741293) is known color: Purple. HEX triplet: 74, 12 and 93. RGB value is (116,18,147). Sum of RGB (Red+Green+Blue) = 116+18+147=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #741293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741293 is #8BED6C. Grayscale: #3D3D3D. Windows color (decimal): -9170285 or 9638516. OLE color: 9638516.

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

Color convert

RGB 116 18 147 -
CMYK 0.21 0.88 0 0.42
HSL 285.58º 0.78% 0.32% -
HSV(B) 285.58º 0.88% 0.58% -
XYZ 12.69 6.25 28.14 -
YUV 62.01 175.97 166.51 -
System Red Green Blue C M Y K H S L
Decimal 116 18 147 0.21 0.88 0 0.42 285.58 0.78 0.32
Hex 74 12 93 15 58 0 2A 11E 4E 20
Octal 164 22 223 25 130 0 52 436 116 40
Binary 1110100 10010 10010011 10101 1011000 0 101010 100011110 1001110 100000

Color Harmonies of #741293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741293

Black with #741293

Text Example


Text Example

White with #741293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741293; }

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

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

background-color css

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

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

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

border-color css

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

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

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