Html Css Color HEX #743DAE Royal Purple

📋 copy color: '#743DAE'

red 116 ◦ green 61 ◦ blue 174

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

Shades of Royal Purple #743DAE

Tints of Royal Purple #743DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.38%

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

R = 33.05%
G = 17.38%
B = 49.57%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#743DAE (or 0x743DAE) is known color: Royal Purple. HEX triplet: 74, 3D and AE. RGB value is (116,61,174). Sum of RGB (Red+Green+Blue) = 116+61+174=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #743DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743DAE is #8BC251. Grayscale: #595959. Windows color (decimal): -9159250 or 11418996. OLE color: 11418996.

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

Color convert

RGB 116 61 174 -
CMYK 0.33 0.65 0 0.32
HSL 269.2º 0.48% 0.46% -
HSV(B) 269.2º 0.65% 0.68% -
XYZ 16.51 10.11 41.12 -
YUV 90.33 175.22 146.31 -
System Red Green Blue C M Y K H S L
Decimal 116 61 174 0.33 0.65 0 0.32 269.2 0.48 0.46
Hex 74 3D AE 21 41 0 20 10D 30 2E
Octal 164 75 256 41 101 0 40 415 60 56
Binary 1110100 111101 10101110 100001 1000001 0 100000 100001101 110000 101110

Color Harmonies of #743DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743DAE

Black with #743DAE

Text Example


Text Example

White with #743DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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