Html Css Color HEX #743BAB Royal Purple

📋 copy color: '#743BAB'

red 116 ◦ green 59 ◦ blue 171

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

Shades of Royal Purple #743BAB

Tints of Royal Purple #743BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.42%

R = 33.53%
G = 17.05%
B = 49.42%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#743BAB (or 0x743BAB) is known color: Royal Purple. HEX triplet: 74, 3B and AB. RGB value is (116,59,171). Sum of RGB (Red+Green+Blue) = 116+59+171=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #743BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743BAB is #8BC454. Grayscale: #585858. Windows color (decimal): -9159765 or 11221876. OLE color: 11221876.

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

Color convert

RGB 116 59 171 -
CMYK 0.32 0.65 0 0.33
HSL 270.54º 0.49% 0.45% -
HSV(B) 270.54º 0.65% 0.67% -
XYZ 16.12 9.78 39.57 -
YUV 88.81 174.38 147.39 -
System Red Green Blue C M Y K H S L
Decimal 116 59 171 0.32 0.65 0 0.33 270.54 0.49 0.45
Hex 74 3B AB 20 41 0 21 10F 31 2D
Octal 164 73 253 40 101 0 41 417 61 55
Binary 1110100 111011 10101011 100000 1000001 0 100001 100001111 110001 101101

Color Harmonies of #743BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743BAB

Black with #743BAB

Text Example


Text Example

White with #743BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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