Html Css Color HEX #743DA4 Royal Purple

📋 copy color: '#743DA4'

red 116 ◦ green 61 ◦ blue 164

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

Shades of Royal Purple #743DA4

Tints of Royal Purple #743DA4

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.89%

 BLUE value IS 164 (64.45% from 255) = 48.09%

R = 34.02%
G = 17.89%
B = 48.09%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#743DA4 (or 0x743DA4) is known color: Royal Purple. HEX triplet: 74, 3D and A4. RGB value is (116,61,164). Sum of RGB (Red+Green+Blue) = 116+61+164=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 164 (64.45% from 255 or 48.09% from 341); Max value from RGB is 164 - color contains mainly: blue. Hex color #743DA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743DA4 is #8BC25B. Grayscale: #585858. Windows color (decimal): -9159260 or 10763636. OLE color: 10763636.

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

Color convert

RGB 116 61 164 -
CMYK 0.29 0.63 0 0.36
HSL 272.04º 0.46% 0.44% -
HSV(B) 272.04º 0.63% 0.64% -
XYZ 15.57 9.73 36.18 -
YUV 89.19 170.22 147.12 -
System Red Green Blue C M Y K H S L
Decimal 116 61 164 0.29 0.63 0 0.36 272.04 0.46 0.44
Hex 74 3D A4 1D 3F 0 24 110 2E 2C
Octal 164 75 244 35 77 0 44 420 56 54
Binary 1110100 111101 10100100 11101 111111 0 100100 100010000 101110 101100

Color Harmonies of #743DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743DA4

Black with #743DA4

Text Example


Text Example

White with #743DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,61,164); }

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

background-color css

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

 a { background-color: rgb(116,61,164); }

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

border-color css

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

 span { border-color: rgb(116,61,164); }

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