Html Css Color HEX #740693 Purple

📋 copy color: '#740693'

red 116 ◦ green 6 ◦ blue 147

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

Shades of Purple #740693

Tints of Purple #740693

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.23%

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

R = 43.12%
G = 2.23%
B = 54.65%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#740693 (or 0x740693) is known color: Purple. HEX triplet: 74, 06 and 93. RGB value is (116,6,147). Sum of RGB (Red+Green+Blue) = 116+6+147=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #740693 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740693 is #8BF96C. Grayscale: #363636. Windows color (decimal): -9173357 or 9635444. OLE color: 9635444.

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

Color convert

RGB 116 6 147 -
CMYK 0.21 0.96 0 0.42
HSL 286.81º 0.92% 0.3% -
HSV(B) 286.81º 0.96% 0.58% -
XYZ 12.53 5.95 28.09 -
YUV 54.96 179.94 171.54 -
System Red Green Blue C M Y K H S L
Decimal 116 6 147 0.21 0.96 0 0.42 286.81 0.92 0.3
Hex 74 6 93 15 60 0 2A 11F 5C 1E
Octal 164 6 223 25 140 0 52 437 134 36
Binary 1110100 110 10010011 10101 1100000 0 101010 100011111 1011100 11110

Color Harmonies of #740693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740693

Black with #740693

Text Example


Text Example

White with #740693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740693; }

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

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

background-color css

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

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

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

border-color css

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

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

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