Html Css Color HEX #743AB4 Royal Purple

📋 copy color: '#743AB4'

red 116 ◦ green 58 ◦ blue 180

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

Shades of Royal Purple #743AB4

Tints of Royal Purple #743AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.85%

R = 32.77%
G = 16.38%
B = 50.85%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#743AB4 (or 0x743AB4) is known color: Royal Purple. HEX triplet: 74, 3A and B4. RGB value is (116,58,180). Sum of RGB (Red+Green+Blue) = 116+58+180=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 180 (70.70% from 255 or 50.85% from 354); Max value from RGB is 180 - color contains mainly: blue. Hex color #743AB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743AB4 is #8BC54B. Grayscale: #585858. Windows color (decimal): -9160012 or 11811444. OLE color: 11811444.

HSL color Cylindrical-coordinate representation of color #743AB4: hue angle of 268.52º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #743AB4 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 58 180 -
CMYK 0.36 0.68 0 0.29
HSL 268.52º 0.51% 0.47% -
HSV(B) 268.52º 0.68% 0.71% -
XYZ 16.95 10.03 44.22 -
YUV 89.25 179.22 147.08 -
System Red Green Blue C M Y K H S L
Decimal 116 58 180 0.36 0.68 0 0.29 268.52 0.51 0.47
Hex 74 3A B4 24 44 0 1D 10D 33 2F
Octal 164 72 264 44 104 0 35 415 63 57
Binary 1110100 111010 10110100 100100 1000100 0 11101 100001101 110011 101111

Color Harmonies of #743AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743AB4

Black with #743AB4

Text Example


Text Example

White with #743AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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