Html Css Color HEX #743C99 Royal Purple

📋 copy color: '#743C99'

red 116 ◦ green 60 ◦ blue 153

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

Shades of Royal Purple #743C99

Tints of Royal Purple #743C99

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.24%

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

R = 35.26%
G = 18.24%
B = 46.5%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#743C99 (or 0x743C99) is known color: Royal Purple. HEX triplet: 74, 3C and 99. RGB value is (116,60,153). Sum of RGB (Red+Green+Blue) = 116+60+153=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #743C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743C99 is #8BC366. Grayscale: #575757. Windows color (decimal): -9159527 or 10042484. OLE color: 10042484.

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

Color convert

RGB 116 60 153 -
CMYK 0.24 0.61 0 0.4
HSL 276.13º 0.44% 0.42% -
HSV(B) 276.13º 0.61% 0.6% -
XYZ 14.57 9.24 31.15 -
YUV 87.35 165.05 148.44 -
System Red Green Blue C M Y K H S L
Decimal 116 60 153 0.24 0.61 0 0.4 276.13 0.44 0.42
Hex 74 3C 99 18 3D 0 28 114 2C 2A
Octal 164 74 231 30 75 0 50 424 54 52
Binary 1110100 111100 10011001 11000 111101 0 101000 100010100 101100 101010

Color Harmonies of #743C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743C99

Black with #743C99

Text Example


Text Example

White with #743C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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