Html Css Color HEX #743599 Royal Purple

📋 copy color: '#743599'

red 116 ◦ green 53 ◦ blue 153

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

Shades of Royal Purple #743599

Tints of Royal Purple #743599

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.46%

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

R = 36.02%
G = 16.46%
B = 47.52%

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

#743599 (or 0x743599) is known color: Royal Purple. HEX triplet: 74, 35 and 99. RGB value is (116,53,153). Sum of RGB (Red+Green+Blue) = 116+53+153=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #743599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743599 is #8BCA66. Grayscale: #525252. Windows color (decimal): -9161319 or 10040692. OLE color: 10040692.

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

Color convert

RGB 116 53 153 -
CMYK 0.24 0.65 0 0.4
HSL 277.8º 0.49% 0.4% -
HSV(B) 277.8º 0.65% 0.6% -
XYZ 14.23 8.56 31.04 -
YUV 83.24 167.37 151.37 -
System Red Green Blue C M Y K H S L
Decimal 116 53 153 0.24 0.65 0 0.4 277.8 0.49 0.4
Hex 74 35 99 18 41 0 28 116 31 28
Octal 164 65 231 30 101 0 50 426 61 50
Binary 1110100 110101 10011001 11000 1000001 0 101000 100010110 110001 101000

Color Harmonies of #743599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743599

Black with #743599

Text Example


Text Example

White with #743599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743599; }

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

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

background-color css

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

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

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

border-color css

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

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

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