Html Css Color HEX #743DAC Royal Purple

📋 copy color: '#743DAC'

red 116 ◦ green 61 ◦ blue 172

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

Shades of Royal Purple #743DAC

Tints of Royal Purple #743DAC

RGB

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

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

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

R = 33.24%
G = 17.48%
B = 49.28%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#743DAC (or 0x743DAC) is known color: Royal Purple. HEX triplet: 74, 3D and AC. RGB value is (116,61,172). Sum of RGB (Red+Green+Blue) = 116+61+172=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #743DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743DAC is #8BC253. Grayscale: #595959. Windows color (decimal): -9159252 or 11287924. OLE color: 11287924.

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

Color convert

RGB 116 61 172 -
CMYK 0.33 0.65 0 0.33
HSL 269.73º 0.48% 0.46% -
HSV(B) 269.73º 0.65% 0.67% -
XYZ 16.32 10.03 40.11 -
YUV 90.1 174.22 146.47 -
System Red Green Blue C M Y K H S L
Decimal 116 61 172 0.33 0.65 0 0.33 269.73 0.48 0.46
Hex 74 3D AC 21 41 0 21 10E 30 2E
Octal 164 75 254 41 101 0 41 416 60 56
Binary 1110100 111101 10101100 100001 1000001 0 100001 100001110 110000 101110

Color Harmonies of #743DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743DAC

Black with #743DAC

Text Example


Text Example

White with #743DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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