Html Css Color HEX #740D93 Purple

📋 copy color: '#740D93'

red 116 ◦ green 13 ◦ blue 147

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

Shades of Purple #740D93

Tints of Purple #740D93

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.71%

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

R = 42.03%
G = 4.71%
B = 53.26%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#740D93 (or 0x740D93) is known color: Purple. HEX triplet: 74, 0D and 93. RGB value is (116,13,147). Sum of RGB (Red+Green+Blue) = 116+13+147=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #740D93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740D93 is #8BF26C. Grayscale: #3A3A3A. Windows color (decimal): -9171565 or 9637236. OLE color: 9637236.

HSL color Cylindrical-coordinate representation of color #740D93: hue angle of 286.12º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740D93 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 13 147 -
CMYK 0.21 0.91 0 0.42
HSL 286.12º 0.84% 0.31% -
HSV(B) 286.12º 0.91% 0.58% -
XYZ 12.61 6.11 28.12 -
YUV 59.07 177.62 168.6 -
System Red Green Blue C M Y K H S L
Decimal 116 13 147 0.21 0.91 0 0.42 286.12 0.84 0.31
Hex 74 D 93 15 5B 0 2A 11E 54 1F
Octal 164 15 223 25 133 0 52 436 124 37
Binary 1110100 1101 10010011 10101 1011011 0 101010 100011110 1010100 11111

Color Harmonies of #740D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740D93

Black with #740D93

Text Example


Text Example

White with #740D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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