Html Css Color HEX #740493 Purple

📋 copy color: '#740493'

red 116 ◦ green 4 ◦ blue 147

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

Shades of Purple #740493

Tints of Purple #740493

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

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

R = 43.45%
G = 1.5%
B = 55.06%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#740493 (or 0x740493) is known color: Purple. HEX triplet: 74, 04 and 93. RGB value is (116,4,147). Sum of RGB (Red+Green+Blue) = 116+4+147=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #740493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740493 is #8BFB6C. Grayscale: #353535. Windows color (decimal): -9173869 or 9634932. OLE color: 9634932.

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

Color convert

RGB 116 4 147 -
CMYK 0.21 0.97 0 0.42
HSL 286.99º 0.95% 0.3% -
HSV(B) 286.99º 0.97% 0.58% -
XYZ 12.51 5.91 28.08 -
YUV 53.79 180.61 172.37 -
System Red Green Blue C M Y K H S L
Decimal 116 4 147 0.21 0.97 0 0.42 286.99 0.95 0.3
Hex 74 4 93 15 61 0 2A 11F 5F 1E
Octal 164 4 223 25 141 0 52 437 137 36
Binary 1110100 100 10010011 10101 1100001 0 101010 100011111 1011111 11110

Color Harmonies of #740493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740493

Black with #740493

Text Example


Text Example

White with #740493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740493; }

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

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

background-color css

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

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

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

border-color css

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

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

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