Html Css Color HEX #743FAC Royal Purple

📋 copy color: '#743FAC'

red 116 ◦ green 63 ◦ blue 172

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

Shades of Royal Purple #743FAC

Tints of Royal Purple #743FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 17.95%

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

R = 33.05%
G = 17.95%
B = 49%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#743FAC (or 0x743FAC) is known color: Royal Purple. HEX triplet: 74, 3F and AC. RGB value is (116,63,172). Sum of RGB (Red+Green+Blue) = 116+63+172=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #743FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743FAC is #8BC053. Grayscale: #5A5A5A. Windows color (decimal): -9158740 or 11288436. OLE color: 11288436.

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

Color convert

RGB 116 63 172 -
CMYK 0.33 0.63 0 0.33
HSL 269.17º 0.46% 0.46% -
HSV(B) 269.17º 0.63% 0.67% -
XYZ 16.43 10.25 40.14 -
YUV 91.27 173.56 145.64 -
System Red Green Blue C M Y K H S L
Decimal 116 63 172 0.33 0.63 0 0.33 269.17 0.46 0.46
Hex 74 3F AC 21 3F 0 21 10D 2E 2E
Octal 164 77 254 41 77 0 41 415 56 56
Binary 1110100 111111 10101100 100001 111111 0 100001 100001101 101110 101110

Color Harmonies of #743FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743FAC

Black with #743FAC

Text Example


Text Example

White with #743FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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