Html Css Color HEX #740193 Purple

📋 copy color: '#740193'

red 116 ◦ green 1 ◦ blue 147

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

Shades of Purple #740193

Tints of Purple #740193

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 43.94%
G = 0.38%
B = 55.68%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#740193 (or 0x740193) is known color: Purple. HEX triplet: 74, 01 and 93. RGB value is (116,1,147). Sum of RGB (Red+Green+Blue) = 116+1+147=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #740193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740193 is #8BFE6C. Grayscale: #333333. Windows color (decimal): -9174637 or 9634164. OLE color: 9634164.

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

Color convert

RGB 116 1 147 -
CMYK 0.21 0.99 0 0.42
HSL 287.26º 0.99% 0.29% -
HSV(B) 287.26º 0.99% 0.58% -
XYZ 12.48 5.84 28.07 -
YUV 52.03 181.6 173.63 -
System Red Green Blue C M Y K H S L
Decimal 116 1 147 0.21 0.99 0 0.42 287.26 0.99 0.29
Hex 74 1 93 15 63 0 2A 11F 63 1D
Octal 164 1 223 25 143 0 52 437 143 35
Binary 1110100 1 10010011 10101 1100011 0 101010 100011111 1100011 11101

Color Harmonies of #740193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740193

Black with #740193

Text Example


Text Example

White with #740193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740193; }

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

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

background-color css

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

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

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

border-color css

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

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

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