Html Css Color HEX #741493 Purple

📋 copy color: '#741493'

red 116 ◦ green 20 ◦ blue 147

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

Shades of Purple #741493

Tints of Purple #741493

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.07%

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

R = 40.99%
G = 7.07%
B = 51.94%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#741493 (or 0x741493) is known color: Purple. HEX triplet: 74, 14 and 93. RGB value is (116,20,147). Sum of RGB (Red+Green+Blue) = 116+20+147=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #741493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741493 is #8BEB6C. Grayscale: #3E3E3E. Windows color (decimal): -9169773 or 9639028. OLE color: 9639028.

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

Color convert

RGB 116 20 147 -
CMYK 0.21 0.86 0 0.42
HSL 285.35º 0.76% 0.33% -
HSV(B) 285.35º 0.86% 0.58% -
XYZ 12.72 6.32 28.15 -
YUV 63.18 175.3 165.67 -
System Red Green Blue C M Y K H S L
Decimal 116 20 147 0.21 0.86 0 0.42 285.35 0.76 0.33
Hex 74 14 93 15 56 0 2A 11D 4C 21
Octal 164 24 223 25 126 0 52 435 114 41
Binary 1110100 10100 10010011 10101 1010110 0 101010 100011101 1001100 100001

Color Harmonies of #741493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741493

Black with #741493

Text Example


Text Example

White with #741493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741493; }

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

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

background-color css

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

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

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

border-color css

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

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

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