Html Css Color HEX #743AAD Royal Purple

📋 copy color: '#743AAD'

red 116 ◦ green 58 ◦ blue 173

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

Shades of Royal Purple #743AAD

Tints of Royal Purple #743AAD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.71%

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

R = 33.43%
G = 16.71%
B = 49.86%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#743AAD (or 0x743AAD) is known color: Royal Purple. HEX triplet: 74, 3A and AD. RGB value is (116,58,173). Sum of RGB (Red+Green+Blue) = 116+58+173=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #743AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743AAD is #8BC552. Grayscale: #585858. Windows color (decimal): -9160019 or 11352692. OLE color: 11352692.

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

Color convert

RGB 116 58 173 -
CMYK 0.33 0.66 0 0.32
HSL 270.26º 0.5% 0.45% -
HSV(B) 270.26º 0.66% 0.68% -
XYZ 16.26 9.76 40.56 -
YUV 88.45 175.72 147.65 -
System Red Green Blue C M Y K H S L
Decimal 116 58 173 0.33 0.66 0 0.32 270.26 0.5 0.45
Hex 74 3A AD 21 42 0 20 10E 32 2D
Octal 164 72 255 41 102 0 40 416 62 55
Binary 1110100 111010 10101101 100001 1000010 0 100000 100001110 110010 101101

Color Harmonies of #743AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743AAD

Black with #743AAD

Text Example


Text Example

White with #743AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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