Html Css Color HEX #743AAE Royal Purple

📋 copy color: '#743AAE'

red 116 ◦ green 58 ◦ blue 174

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

Shades of Royal Purple #743AAE

Tints of Royal Purple #743AAE

RGB

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

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

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

R = 33.33%
G = 16.67%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#743AAE (or 0x743AAE) is known color: Royal Purple. HEX triplet: 74, 3A and AE. RGB value is (116,58,174). Sum of RGB (Red+Green+Blue) = 116+58+174=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #743AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743AAE is #8BC551. Grayscale: #585858. Windows color (decimal): -9160018 or 11418228. OLE color: 11418228.

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

Color convert

RGB 116 58 174 -
CMYK 0.33 0.67 0 0.32
HSL 270º 0.5% 0.45% -
HSV(B) 270º 0.67% 0.68% -
XYZ 16.36 9.8 41.07 -
YUV 88.57 176.22 147.57 -
System Red Green Blue C M Y K H S L
Decimal 116 58 174 0.33 0.67 0 0.32 270 0.5 0.45
Hex 74 3A AE 21 43 0 20 10E 32 2D
Octal 164 72 256 41 103 0 40 416 62 55
Binary 1110100 111010 10101110 100001 1000011 0 100000 100001110 110010 101101

Color Harmonies of #743AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743AAE

Black with #743AAE

Text Example


Text Example

White with #743AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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