Html Css Color HEX #743DA5 Royal Purple

📋 copy color: '#743DA5'

red 116 ◦ green 61 ◦ blue 165

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

Shades of Royal Purple #743DA5

Tints of Royal Purple #743DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 48.25%

R = 33.92%
G = 17.84%
B = 48.25%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#743DA5 (or 0x743DA5) is known color: Royal Purple. HEX triplet: 74, 3D and A5. RGB value is (116,61,165). Sum of RGB (Red+Green+Blue) = 116+61+165=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 165 (64.84% from 255 or 48.25% from 342); Max value from RGB is 165 - color contains mainly: blue. Hex color #743DA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743DA5 is #8BC25A. Grayscale: #585858. Windows color (decimal): -9159259 or 10829172. OLE color: 10829172.

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

Color convert

RGB 116 61 165 -
CMYK 0.30 0.63 0 0.35
HSL 271.73º 0.46% 0.44% -
HSV(B) 271.73º 0.63% 0.65% -
XYZ 15.66 9.77 36.66 -
YUV 89.3 170.72 147.04 -
System Red Green Blue C M Y K H S L
Decimal 116 61 165 0.30 0.63 0 0.35 271.73 0.46 0.44
Hex 74 3D A5 1E 3F 0 23 110 2E 2C
Octal 164 75 245 36 77 0 43 420 56 54
Binary 1110100 111101 10100101 11110 111111 0 100011 100010000 101110 101100

Color Harmonies of #743DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743DA5

Black with #743DA5

Text Example


Text Example

White with #743DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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