Html Css Color HEX #741093 Purple

📋 copy color: '#741093'

red 116 ◦ green 16 ◦ blue 147

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

Shades of Purple #741093

Tints of Purple #741093

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.73%

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

R = 41.58%
G = 5.73%
B = 52.69%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#741093 (or 0x741093) is known color: Purple. HEX triplet: 74, 10 and 93. RGB value is (116,16,147). Sum of RGB (Red+Green+Blue) = 116+16+147=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #741093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741093 is #8BEF6C. Grayscale: #3C3C3C. Windows color (decimal): -9170797 or 9638004. OLE color: 9638004.

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

Color convert

RGB 116 16 147 -
CMYK 0.21 0.89 0 0.42
HSL 285.8º 0.8% 0.32% -
HSV(B) 285.8º 0.89% 0.58% -
XYZ 12.65 6.19 28.13 -
YUV 60.83 176.63 167.35 -
System Red Green Blue C M Y K H S L
Decimal 116 16 147 0.21 0.89 0 0.42 285.8 0.8 0.32
Hex 74 10 93 15 59 0 2A 11E 50 20
Octal 164 20 223 25 131 0 52 436 120 40
Binary 1110100 10000 10010011 10101 1011001 0 101010 100011110 1010000 100000

Color Harmonies of #741093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741093

Black with #741093

Text Example


Text Example

White with #741093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741093; }

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

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

background-color css

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

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

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

border-color css

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

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

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