Html Css Color HEX #743699 Royal Purple

📋 copy color: '#743699'

red 116 ◦ green 54 ◦ blue 153

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

Shades of Royal Purple #743699

Tints of Royal Purple #743699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.72%

 BLUE value IS 153 (60.16% from 255) = 47.37%

R = 35.91%
G = 16.72%
B = 47.37%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#743699 (or 0x743699) is known color: Royal Purple. HEX triplet: 74, 36 and 99. RGB value is (116,54,153). Sum of RGB (Red+Green+Blue) = 116+54+153=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #743699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743699 is #8BC966. Grayscale: #535353. Windows color (decimal): -9161063 or 10040948. OLE color: 10040948.

HSL color Cylindrical-coordinate representation of color #743699: hue angle of 277.58º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #743699 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 54 153 -
CMYK 0.24 0.65 0 0.4
HSL 277.58º 0.48% 0.41% -
HSV(B) 277.58º 0.65% 0.6% -
XYZ 14.27 8.65 31.05 -
YUV 83.82 167.04 150.95 -
System Red Green Blue C M Y K H S L
Decimal 116 54 153 0.24 0.65 0 0.4 277.58 0.48 0.41
Hex 74 36 99 18 41 0 28 116 30 29
Octal 164 66 231 30 101 0 50 426 60 51
Binary 1110100 110110 10011001 11000 1000001 0 101000 100010110 110000 101001

Color Harmonies of #743699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743699

Black with #743699

Text Example


Text Example

White with #743699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743699; }

 p { color: rgb(116,54,153); }

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

background-color css

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

 a { background-color: rgb(116,54,153); }

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

border-color css

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

 span { border-color: rgb(116,54,153); }

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