Html Css Color HEX #743DA3 Royal Purple

📋 copy color: '#743DA3'

red 116 ◦ green 61 ◦ blue 163

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

Shades of Royal Purple #743DA3

Tints of Royal Purple #743DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 47.94%

R = 34.12%
G = 17.94%
B = 47.94%

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

#743DA3 (or 0x743DA3) is known color: Royal Purple. HEX triplet: 74, 3D and A3. RGB value is (116,61,163). Sum of RGB (Red+Green+Blue) = 116+61+163=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 163 (64.06% from 255 or 47.94% from 340); Max value from RGB is 163 - color contains mainly: blue. Hex color #743DA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743DA3 is #8BC25C. Grayscale: #585858. Windows color (decimal): -9159261 or 10698100. OLE color: 10698100.

HSL color Cylindrical-coordinate representation of color #743DA3: hue angle of 272.35º 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 #743DA3 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 61 163 -
CMYK 0.29 0.63 0 0.36
HSL 272.35º 0.46% 0.44% -
HSV(B) 272.35º 0.63% 0.64% -
XYZ 15.48 9.69 35.71 -
YUV 89.07 169.72 147.21 -
System Red Green Blue C M Y K H S L
Decimal 116 61 163 0.29 0.63 0 0.36 272.35 0.46 0.44
Hex 74 3D A3 1D 3F 0 24 110 2E 2C
Octal 164 75 243 35 77 0 44 420 56 54
Binary 1110100 111101 10100011 11101 111111 0 100100 100010000 101110 101100

Color Harmonies of #743DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743DA3

Black with #743DA3

Text Example


Text Example

White with #743DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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