Html Css Color HEX #743EAE Royal Purple

📋 copy color: '#743EAE'

red 116 ◦ green 62 ◦ blue 174

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

Shades of Royal Purple #743EAE

Tints of Royal Purple #743EAE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.61%

 BLUE value IS 174 (68.36% from 255) = 49.43%

R = 32.95%
G = 17.61%
B = 49.43%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#743EAE (or 0x743EAE) is known color: Royal Purple. HEX triplet: 74, 3E and AE. RGB value is (116,62,174). Sum of RGB (Red+Green+Blue) = 116+62+174=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #743EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743EAE is #8BC151. Grayscale: #5A5A5A. Windows color (decimal): -9158994 or 11419252. OLE color: 11419252.

HSL color Cylindrical-coordinate representation of color #743EAE: hue angle of 268.93º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #743EAE is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 62 174 -
CMYK 0.33 0.64 0 0.32
HSL 268.93º 0.47% 0.46% -
HSV(B) 268.93º 0.64% 0.68% -
XYZ 16.57 10.21 41.14 -
YUV 90.91 174.89 145.89 -
System Red Green Blue C M Y K H S L
Decimal 116 62 174 0.33 0.64 0 0.32 268.93 0.47 0.46
Hex 74 3E AE 21 40 0 20 10D 2F 2E
Octal 164 76 256 41 100 0 40 415 57 56
Binary 1110100 111110 10101110 100001 1000000 0 100000 100001101 101111 101110

Color Harmonies of #743EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743EAE

Black with #743EAE

Text Example


Text Example

White with #743EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,62,174); }

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

background-color css

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

 a { background-color: rgb(116,62,174); }

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

border-color css

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

 span { border-color: rgb(116,62,174); }

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