Html Css Color HEX #740E93 Purple

📋 copy color: '#740E93'

red 116 ◦ green 14 ◦ blue 147

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

Shades of Purple #740E93

Tints of Purple #740E93

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.05%

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

R = 41.88%
G = 5.05%
B = 53.07%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#740E93 (or 0x740E93) is known color: Purple. HEX triplet: 74, 0E and 93. RGB value is (116,14,147). Sum of RGB (Red+Green+Blue) = 116+14+147=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #740E93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740E93 is #8BF16C. Grayscale: #3B3B3B. Windows color (decimal): -9171309 or 9637492. OLE color: 9637492.

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

Color convert

RGB 116 14 147 -
CMYK 0.21 0.90 0 0.42
HSL 286.02º 0.83% 0.32% -
HSV(B) 286.02º 0.9% 0.58% -
XYZ 12.63 6.13 28.12 -
YUV 59.66 177.29 168.19 -
System Red Green Blue C M Y K H S L
Decimal 116 14 147 0.21 0.90 0 0.42 286.02 0.83 0.32
Hex 74 E 93 15 5A 0 2A 11E 53 20
Octal 164 16 223 25 132 0 52 436 123 40
Binary 1110100 1110 10010011 10101 1011010 0 101010 100011110 1010011 100000

Color Harmonies of #740E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740E93

Black with #740E93

Text Example


Text Example

White with #740E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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