Html Css Color HEX #743D99 Royal Purple

📋 copy color: '#743D99'

red 116 ◦ green 61 ◦ blue 153

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

Shades of Royal Purple #743D99

Tints of Royal Purple #743D99

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.48%

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

R = 35.15%
G = 18.48%
B = 46.36%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#743D99 (or 0x743D99) is known color: Royal Purple. HEX triplet: 74, 3D and 99. RGB value is (116,61,153). Sum of RGB (Red+Green+Blue) = 116+61+153=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #743D99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743D99 is #8BC266. Grayscale: #575757. Windows color (decimal): -9159271 or 10042740. OLE color: 10042740.

HSL color Cylindrical-coordinate representation of color #743D99: hue angle of 275.87º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #743D99 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 61 153 -
CMYK 0.24 0.60 0 0.4
HSL 275.87º 0.43% 0.42% -
HSV(B) 275.87º 0.6% 0.6% -
XYZ 14.62 9.35 31.17 -
YUV 87.93 164.72 148.02 -
System Red Green Blue C M Y K H S L
Decimal 116 61 153 0.24 0.60 0 0.4 275.87 0.43 0.42
Hex 74 3D 99 18 3C 0 28 114 2B 2A
Octal 164 75 231 30 74 0 50 424 53 52
Binary 1110100 111101 10011001 11000 111100 0 101000 100010100 101011 101010

Color Harmonies of #743D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743D99

Black with #743D99

Text Example


Text Example

White with #743D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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