Html Css Color HEX #743EAB Royal Purple

📋 copy color: '#743EAB'

red 116 ◦ green 62 ◦ blue 171

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

Shades of Royal Purple #743EAB

Tints of Royal Purple #743EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49%

R = 33.24%
G = 17.77%
B = 49%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#743EAB (or 0x743EAB) is known color: Royal Purple. HEX triplet: 74, 3E and AB. RGB value is (116,62,171). Sum of RGB (Red+Green+Blue) = 116+62+171=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #743EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743EAB is #8BC154. Grayscale: #5A5A5A. Windows color (decimal): -9158997 or 11222644. OLE color: 11222644.

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

Color convert

RGB 116 62 171 -
CMYK 0.32 0.64 0 0.33
HSL 269.72º 0.47% 0.46% -
HSV(B) 269.72º 0.64% 0.67% -
XYZ 16.28 10.1 39.62 -
YUV 90.57 173.39 146.14 -
System Red Green Blue C M Y K H S L
Decimal 116 62 171 0.32 0.64 0 0.33 269.72 0.47 0.46
Hex 74 3E AB 20 40 0 21 10E 2F 2E
Octal 164 76 253 40 100 0 41 416 57 56
Binary 1110100 111110 10101011 100000 1000000 0 100001 100001110 101111 101110

Color Harmonies of #743EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743EAB

Black with #743EAB

Text Example


Text Example

White with #743EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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