Html Css Color HEX #743CAB Royal Purple

📋 copy color: '#743CAB'

red 116 ◦ green 60 ◦ blue 171

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

Shades of Royal Purple #743CAB

Tints of Royal Purple #743CAB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.29%

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

R = 33.43%
G = 17.29%
B = 49.28%

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

#743CAB (or 0x743CAB) is known color: Royal Purple. HEX triplet: 74, 3C and AB. RGB value is (116,60,171). Sum of RGB (Red+Green+Blue) = 116+60+171=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #743CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743CAB is #8BC354. Grayscale: #595959. Windows color (decimal): -9159509 or 11222132. OLE color: 11222132.

HSL color Cylindrical-coordinate representation of color #743CAB: hue angle of 270.27º degrees, saturation: 0.48, 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 #743CAB is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 60 171 -
CMYK 0.32 0.65 0 0.33
HSL 270.27º 0.48% 0.45% -
HSV(B) 270.27º 0.65% 0.67% -
XYZ 16.17 9.88 39.58 -
YUV 89.4 174.05 146.97 -
System Red Green Blue C M Y K H S L
Decimal 116 60 171 0.32 0.65 0 0.33 270.27 0.48 0.45
Hex 74 3C AB 20 41 0 21 10E 30 2D
Octal 164 74 253 40 101 0 41 416 60 55
Binary 1110100 111100 10101011 100000 1000001 0 100001 100001110 110000 101101

Color Harmonies of #743CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743CAB

Black with #743CAB

Text Example


Text Example

White with #743CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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