Html Css Color HEX #743BAC Royal Purple

📋 copy color: '#743BAC'

red 116 ◦ green 59 ◦ blue 172

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

Shades of Royal Purple #743BAC

Tints of Royal Purple #743BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17%

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

R = 33.43%
G = 17%
B = 49.57%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#743BAC (or 0x743BAC) is known color: Royal Purple. HEX triplet: 74, 3B and AC. RGB value is (116,59,172). Sum of RGB (Red+Green+Blue) = 116+59+172=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #743BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743BAC is #8BC453. Grayscale: #585858. Windows color (decimal): -9159764 or 11287412. OLE color: 11287412.

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

Color convert

RGB 116 59 172 -
CMYK 0.33 0.66 0 0.33
HSL 270.27º 0.49% 0.45% -
HSV(B) 270.27º 0.66% 0.67% -
XYZ 16.21 9.82 40.07 -
YUV 88.93 174.88 147.31 -
System Red Green Blue C M Y K H S L
Decimal 116 59 172 0.33 0.66 0 0.33 270.27 0.49 0.45
Hex 74 3B AC 21 42 0 21 10E 31 2D
Octal 164 73 254 41 102 0 41 416 61 55
Binary 1110100 111011 10101100 100001 1000010 0 100001 100001110 110001 101101

Color Harmonies of #743BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743BAC

Black with #743BAC

Text Example


Text Example

White with #743BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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