Html Css Color HEX #743EAD Royal Purple

📋 copy color: '#743EAD'

red 116 ◦ green 62 ◦ blue 173

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

Shades of Royal Purple #743EAD

Tints of Royal Purple #743EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.29%

R = 33.05%
G = 17.66%
B = 49.29%

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

#743EAD (or 0x743EAD) is known color: Royal Purple. HEX triplet: 74, 3E and AD. RGB value is (116,62,173). Sum of RGB (Red+Green+Blue) = 116+62+173=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #743EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743EAD is #8BC152. Grayscale: #5A5A5A. Windows color (decimal): -9158995 or 11353716. OLE color: 11353716.

HSL color Cylindrical-coordinate representation of color #743EAD: hue angle of 269.19º 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 #743EAD is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 62 173 -
CMYK 0.33 0.64 0 0.32
HSL 269.19º 0.47% 0.46% -
HSV(B) 269.19º 0.64% 0.68% -
XYZ 16.47 10.18 40.63 -
YUV 90.8 174.39 145.97 -
System Red Green Blue C M Y K H S L
Decimal 116 62 173 0.33 0.64 0 0.32 269.19 0.47 0.46
Hex 74 3E AD 21 40 0 20 10D 2F 2E
Octal 164 76 255 41 100 0 40 415 57 56
Binary 1110100 111110 10101101 100001 1000000 0 100000 100001101 101111 101110

Color Harmonies of #743EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743EAD

Black with #743EAD

Text Example


Text Example

White with #743EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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