Html Css Color HEX #743EAC Royal Purple

📋 copy color: '#743EAC'

red 116 ◦ green 62 ◦ blue 172

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

Shades of Royal Purple #743EAC

Tints of Royal Purple #743EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.14%

R = 33.14%
G = 17.71%
B = 49.14%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#743EAC (or 0x743EAC) is known color: Royal Purple. HEX triplet: 74, 3E and AC. RGB value is (116,62,172). Sum of RGB (Red+Green+Blue) = 116+62+172=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #743EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743EAC is #8BC153. Grayscale: #5A5A5A. Windows color (decimal): -9158996 or 11288180. OLE color: 11288180.

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

Color convert

RGB 116 62 172 -
CMYK 0.33 0.64 0 0.33
HSL 269.45º 0.47% 0.46% -
HSV(B) 269.45º 0.64% 0.67% -
XYZ 16.37 10.14 40.12 -
YUV 90.69 173.89 146.06 -
System Red Green Blue C M Y K H S L
Decimal 116 62 172 0.33 0.64 0 0.33 269.45 0.47 0.46
Hex 74 3E AC 21 40 0 21 10D 2F 2E
Octal 164 76 254 41 100 0 41 415 57 56
Binary 1110100 111110 10101100 100001 1000000 0 100001 100001101 101111 101110

Color Harmonies of #743EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743EAC

Black with #743EAC

Text Example


Text Example

White with #743EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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