Html Css Color HEX #743799 Royal Purple

📋 copy color: '#743799'

red 116 ◦ green 55 ◦ blue 153

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

Shades of Royal Purple #743799

Tints of Royal Purple #743799

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.98%

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

R = 35.8%
G = 16.98%
B = 47.22%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#743799 (or 0x743799) is known color: Royal Purple. HEX triplet: 74, 37 and 99. RGB value is (116,55,153). Sum of RGB (Red+Green+Blue) = 116+55+153=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #743799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743799 is #8BC866. Grayscale: #545454. Windows color (decimal): -9160807 or 10041204. OLE color: 10041204.

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

Color convert

RGB 116 55 153 -
CMYK 0.24 0.64 0 0.4
HSL 277.35º 0.47% 0.41% -
HSV(B) 277.35º 0.64% 0.6% -
XYZ 14.32 8.75 31.07 -
YUV 84.41 166.71 150.53 -
System Red Green Blue C M Y K H S L
Decimal 116 55 153 0.24 0.64 0 0.4 277.35 0.47 0.41
Hex 74 37 99 18 40 0 28 115 2F 29
Octal 164 67 231 30 100 0 50 425 57 51
Binary 1110100 110111 10011001 11000 1000000 0 101000 100010101 101111 101001

Color Harmonies of #743799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743799

Black with #743799

Text Example


Text Example

White with #743799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743799; }

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

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

background-color css

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

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

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

border-color css

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

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

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