Html Css Color HEX #743E9B Royal Purple

📋 copy color: '#743E9B'

red 116 ◦ green 62 ◦ blue 155

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

Shades of Royal Purple #743E9B

Tints of Royal Purple #743E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.55%

R = 34.83%
G = 18.62%
B = 46.55%

CMYK

 C value IS 0.25

 M value IS 0.6

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#743E9B (or 0x743E9B) is known color: Royal Purple. HEX triplet: 74, 3E and 9B. RGB value is (116,62,155). Sum of RGB (Red+Green+Blue) = 116+62+155=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #743E9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743E9B is #8BC164. Grayscale: #585858. Windows color (decimal): -9159013 or 10174068. OLE color: 10174068.

HSL color Cylindrical-coordinate representation of color #743E9B: hue angle of 274.84º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #743E9B is Cyan = 0.25, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 62 155 -
CMYK 0.25 0.6 0 0.39
HSL 274.84º 0.43% 0.43% -
HSV(B) 274.84º 0.6% 0.61% -
XYZ 14.84 9.52 32.07 -
YUV 88.75 165.39 147.44 -
System Red Green Blue C M Y K H S L
Decimal 116 62 155 0.25 0.6 0 0.39 274.84 0.43 0.43
Hex 74 3E 9B 19 3C 0 27 113 2B 2B
Octal 164 76 233 31 74 0 47 423 53 53
Binary 1110100 111110 10011011 11001 111100 0 100111 100010011 101011 101011

Color Harmonies of #743E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743E9B

Black with #743E9B

Text Example


Text Example

White with #743E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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