Html Css Color HEX #743EA2 Royal Purple

📋 copy color: '#743EA2'

red 116 ◦ green 62 ◦ blue 162

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

Shades of Royal Purple #743EA2

Tints of Royal Purple #743EA2

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.24%

 BLUE value IS 162 (63.67% from 255) = 47.65%

R = 34.12%
G = 18.24%
B = 47.65%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#743EA2 (or 0x743EA2) is known color: Royal Purple. HEX triplet: 74, 3E and A2. RGB value is (116,62,162). Sum of RGB (Red+Green+Blue) = 116+62+162=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 162 (63.67% from 255 or 47.65% from 340); Max value from RGB is 162 - color contains mainly: blue. Hex color #743EA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743EA2 is #8BC15D. Grayscale: #595959. Windows color (decimal): -9159006 or 10632820. OLE color: 10632820.

HSL color Cylindrical-coordinate representation of color #743EA2: hue angle of 272.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #743EA2 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 62 162 -
CMYK 0.28 0.62 0 0.36
HSL 272.4º 0.45% 0.44% -
HSV(B) 272.4º 0.62% 0.64% -
XYZ 15.45 9.77 35.25 -
YUV 89.55 168.89 146.87 -
System Red Green Blue C M Y K H S L
Decimal 116 62 162 0.28 0.62 0 0.36 272.4 0.45 0.44
Hex 74 3E A2 1C 3E 0 24 110 2D 2C
Octal 164 76 242 34 76 0 44 420 55 54
Binary 1110100 111110 10100010 11100 111110 0 100100 100010000 101101 101100

Color Harmonies of #743EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743EA2

Black with #743EA2

Text Example


Text Example

White with #743EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,62,162); }

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

background-color css

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

 a { background-color: rgb(116,62,162); }

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

border-color css

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

 span { border-color: rgb(116,62,162); }

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