Html Css Color HEX #743A9B Royal Purple

📋 copy color: '#743A9B'

red 116 ◦ green 58 ◦ blue 155

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

Shades of Royal Purple #743A9B

Tints of Royal Purple #743A9B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.63%

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

R = 35.26%
G = 17.63%
B = 47.11%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#743A9B (or 0x743A9B) is known color: Royal Purple. HEX triplet: 74, 3A and 9B. RGB value is (116,58,155). Sum of RGB (Red+Green+Blue) = 116+58+155=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #743A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743A9B is #8BC564. Grayscale: #565656. Windows color (decimal): -9160037 or 10173044. OLE color: 10173044.

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

Color convert

RGB 116 58 155 -
CMYK 0.25 0.63 0 0.39
HSL 275.88º 0.46% 0.42% -
HSV(B) 275.88º 0.63% 0.61% -
XYZ 14.63 9.11 32 -
YUV 86.4 166.72 149.11 -
System Red Green Blue C M Y K H S L
Decimal 116 58 155 0.25 0.63 0 0.39 275.88 0.46 0.42
Hex 74 3A 9B 19 3F 0 27 114 2E 2A
Octal 164 72 233 31 77 0 47 424 56 52
Binary 1110100 111010 10011011 11001 111111 0 100111 100010100 101110 101010

Color Harmonies of #743A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743A9B

Black with #743A9B

Text Example


Text Example

White with #743A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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