Html Css Color HEX #743FA6 Royal Purple

📋 copy color: '#743FA6'

red 116 ◦ green 63 ◦ blue 166

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

Shades of Royal Purple #743FA6

Tints of Royal Purple #743FA6

RGB

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

 GREEN value IS 63 (25% from 255) = 18.26%

 BLUE value IS 166 (65.23% from 255) = 48.12%

R = 33.62%
G = 18.26%
B = 48.12%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#743FA6 (or 0x743FA6) is known color: Royal Purple. HEX triplet: 74, 3F and A6. RGB value is (116,63,166). Sum of RGB (Red+Green+Blue) = 116+63+166=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 166 (65.23% from 255 or 48.12% from 345); Max value from RGB is 166 - color contains mainly: blue. Hex color #743FA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743FA6 is #8BC059. Grayscale: #5A5A5A. Windows color (decimal): -9158746 or 10895220. OLE color: 10895220.

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

Color convert

RGB 116 63 166 -
CMYK 0.30 0.62 0 0.35
HSL 270.87º 0.45% 0.45% -
HSV(B) 270.87º 0.62% 0.65% -
XYZ 15.86 10.02 37.17 -
YUV 90.59 170.56 146.12 -
System Red Green Blue C M Y K H S L
Decimal 116 63 166 0.30 0.62 0 0.35 270.87 0.45 0.45
Hex 74 3F A6 1E 3E 0 23 10F 2D 2D
Octal 164 77 246 36 76 0 43 417 55 55
Binary 1110100 111111 10100110 11110 111110 0 100011 100001111 101101 101101

Color Harmonies of #743FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743FA6

Black with #743FA6

Text Example


Text Example

White with #743FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,63,166); }

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

background-color css

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

 a { background-color: rgb(116,63,166); }

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

border-color css

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

 span { border-color: rgb(116,63,166); }

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